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

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

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.
 

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

Methods in org.apache.hadoop.hbase.regionserver that return KeyValue.KeyComparator
 KeyValue.KeyComparator QueryMatcher.getRowComparator()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type KeyValue.KeyComparator
static org.apache.hadoop.hbase.regionserver.DeleteCompare.DeleteCode DeleteCompare.deleteCompare(KeyValue mem, byte[] deleteBuffer, int deleteRowOffset, short deleteRowLength, int deleteQualifierOffset, int deleteQualifierLength, int deleteTimeOffset, byte deleteType, KeyValue.KeyComparator comparator)
          Method used when putting deletes into memstore to remove all the previous entries that are affected by this Delete
static HFile.Writer StoreFile.getWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path dir, int blocksize, Compression.Algorithm algorithm, KeyValue.KeyComparator c)
          Get a store file writer.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type KeyValue.KeyComparator
QueryMatcher(Get get, byte[] family, NavigableSet<byte[]> columns, long ttl, KeyValue.KeyComparator rowComparator, int maxVersions)
          Constructs a QueryMatcher for a Get.
ScanQueryMatcher(Scan scan, byte[] family, NavigableSet<byte[]> columns, long ttl, KeyValue.KeyComparator rowComparator, int maxVersions)
          Constructs a QueryMatcher for a Scan.
 



Copyright © 2010 The Apache Software Foundation