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

Packages that use KeyValue.KVComparator
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util   
 

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

Subclasses of KeyValue.KVComparator in org.apache.hadoop.hbase
static class KeyValue.MetaComparator
          A KeyValue.KVComparator for .META. catalog table KeyValues.
static class KeyValue.RootComparator
          A KeyValue.KVComparator for -ROOT- catalog table KeyValues.
 

Fields in org.apache.hadoop.hbase declared as KeyValue.KVComparator
static KeyValue.KVComparator KeyValue.COMPARATOR
          Comparator for plain key/values; i.e.
static KeyValue.KVComparator KeyValue.META_COMPARATOR
          A KeyValue.KVComparator for .META. catalog table KeyValues.
static KeyValue.KVComparator KeyValue.ROOT_COMPARATOR
          A KeyValue.KVComparator for -ROOT- catalog table KeyValues.
 

Methods in org.apache.hadoop.hbase that return KeyValue.KVComparator
 KeyValue.KVComparator HRegionInfo.getComparator()
           
 KeyValue.KVComparator KeyValue.KVComparator.getComparatorIgnoringTimestamps()
           
 KeyValue.KVComparator KeyValue.KVComparator.getComparatorIgnoringType()
           
 

Constructors in org.apache.hadoop.hbase with parameters of type KeyValue.KVComparator
KeyValue.RowComparator(KeyValue.KVComparator c)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver that return KeyValue.KVComparator
 KeyValue.KVComparator Store.getComparator()
           
 KeyValue.KVComparator ScanInfo.getComparator()
           
 KeyValue.KVComparator HStore.getComparator()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type KeyValue.KVComparator
static StoreEngine<?,?,?> StoreEngine.create(Store store, org.apache.hadoop.conf.Configuration conf, KeyValue.KVComparator kvComparator)
          Create the StoreEngine configured for the given Store.
protected abstract  void StoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, Store store, KeyValue.KVComparator kvComparator)
          Create the StoreEngine's components.
protected  void DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, Store store, KeyValue.KVComparator kvComparator)
           
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withComparator(KeyValue.KVComparator comparator)
           
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type KeyValue.KVComparator
KeyValueHeap(List<? extends KeyValueScanner> scanners, KeyValue.KVComparator comparator)
          Constructor.
MemStore(org.apache.hadoop.conf.Configuration conf, KeyValue.KVComparator c)
          Constructor.
ScanInfo(byte[] family, int minVersions, int maxVersions, long ttl, boolean keepDeletedCells, long timeToPurgeDeletes, KeyValue.KVComparator comparator)
           
ScanInfo(HColumnDescriptor family, long ttl, long timeToPurgeDeletes, KeyValue.KVComparator comparator)
           
 

Uses of KeyValue.KVComparator in org.apache.hadoop.hbase.util
 

Constructors in org.apache.hadoop.hbase.util with parameters of type KeyValue.KVComparator
CollectionBackedScanner(KeyValue.KVComparator comparator, KeyValue... array)
           
CollectionBackedScanner(List<KeyValue> list, KeyValue.KVComparator comparator)
           
CollectionBackedScanner(SortedSet<KeyValue> set, KeyValue.KVComparator comparator)
           
 



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