Uses of Class
org.apache.hadoop.hbase.KeyValue.KeyComparator

Packages that use KeyValue.KeyComparator
org.apache.hadoop.hbase   
 

Uses of KeyValue.KeyComparator in org.apache.hadoop.hbase
 

Subclasses of KeyValue.KeyComparator in org.apache.hadoop.hbase
static class KeyValue.MetaKeyComparator
          Compare key portion of a KeyValue for keys in .META. table.
static class KeyValue.RootKeyComparator
          Compare key portion of a KeyValue for keys in -ROOT- table.
 

Fields in org.apache.hadoop.hbase declared as KeyValue.KeyComparator
static KeyValue.KeyComparator KeyValue.KEY_COMPARATOR
          Comparator for plain key; i.e.
static KeyValue.KeyComparator KeyValue.META_KEY_COMPARATOR
          A KeyValue.KVComparator for .META. catalog table KeyValue keys.
static KeyValue.KeyComparator KeyValue.ROOT_KEY_COMPARATOR
          A KeyValue.KVComparator for -ROOT- catalog table KeyValue keys.
 

Methods in org.apache.hadoop.hbase that return KeyValue.KeyComparator
 KeyValue.KeyComparator KeyValue.RootComparator.getRawComparator()
           
 KeyValue.KeyComparator KeyValue.MetaComparator.getRawComparator()
           
 KeyValue.KeyComparator KeyValue.KVComparator.getRawComparator()
           
static KeyValue.KeyComparator KeyValue.getRowComparator(byte[] tableName)
          Get the appropriate row comparator for the specified table.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.