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

Packages that use KeyValue.KVComparator
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.migration   
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.migration
 

Methods in org.apache.hadoop.hbase.migration that return KeyValue.KVComparator
 KeyValue.KVComparator HRegionInfo090x.getComparator()
           
 

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()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type KeyValue.KVComparator
static StoreFile.Writer StoreFile.createWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path dir, int blocksize, Compression.Algorithm algorithm, KeyValue.KVComparator c, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, StoreFile.BloomType bloomType, long maxKeyCount)
          Create a store file writer.
 

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.
StoreFile.Writer(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, int blocksize, Compression.Algorithm compress, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, KeyValue.KVComparator comparator, StoreFile.BloomType bloomType, long maxKeys)
          Creates an HFile.Writer that also write helpful meta data.
 

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 © 2012 The Apache Software Foundation. All Rights Reserved.