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

Packages that use KeyValue.KeyComparator
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
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.io.hfile
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type KeyValue.KeyComparator
HFile.Writer(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, int blocksize, Compression.Algorithm compress, KeyValue.KeyComparator comparator)
          Constructor that takes a Path.
HFile.Writer(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, int blocksize, String compress, KeyValue.KeyComparator comparator)
          Constructor that takes a Path.
HFile.Writer(org.apache.hadoop.fs.FSDataOutputStream ostream, int blocksize, Compression.Algorithm compress, KeyValue.KeyComparator c)
          Constructor that takes a stream.
HFile.Writer(org.apache.hadoop.fs.FSDataOutputStream ostream, int blocksize, String compress, KeyValue.KeyComparator c)
          Constructor that takes a stream.
 

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

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



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