Uses of Class
org.apache.hadoop.hbase.HStoreKey

Packages that use HStoreKey
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
org.apache.hadoop.hbase.mapred   
 

Uses of HStoreKey in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as HStoreKey
protected  HStoreKey[] HAbstractScanner.keys
           
 

Methods in org.apache.hadoop.hbase with parameters of type HStoreKey
 byte[][] HMemcache.get(HStoreKey key, int numVersions)
          Look back through all the backlog TreeMaps to find the target.
static byte[] HStoreKey.getBytes(HStoreKey hsk)
          Returns row and column bytes out of an HStoreKey.
 TreeMap<Text,byte[]> HMemcache.getFull(HStoreKey key)
          Return all the available columns for the given key.
 boolean HStoreKey.matchesRowCol(HStoreKey other)
          Compares the row and column of two keys
 boolean HStoreKey.matchesRowFamily(HStoreKey that)
          Compares the row and column family of two keys
 boolean HStoreKey.matchesWithoutColumn(HStoreKey other)
          Compares the row and timestamp of two keys
 boolean HAbstractScanner.next(HStoreKey key, SortedMap<Text,byte[]> results)
          Get the next set of values for this scanner.
 boolean HTable.ClientScanner.next(HStoreKey key, SortedMap<Text,byte[]> results)
          Grab the next row's worth of values.
 boolean HScannerInterface.next(HStoreKey key, SortedMap<Text,byte[]> results)
          Grab the next row's worth of values.
 void HStoreKey.set(HStoreKey k)
          Set the value of this HStoreKey from the supplied key
 

Constructors in org.apache.hadoop.hbase with parameters of type HStoreKey
HStoreKey(HStoreKey other)
          Constructs a new HStoreKey from another
 

Uses of HStoreKey in org.apache.hadoop.hbase.mapred
 

Methods in org.apache.hadoop.hbase.mapred that return types with arguments of type HStoreKey
 RecordReader<HStoreKey,MapWritable> TableInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
          Get the RecordReader for the given InputSplit.
 

Methods in org.apache.hadoop.hbase.mapred with parameters of type HStoreKey
abstract  void TableMap.map(HStoreKey key, MapWritable value, TableOutputCollector output, Reporter reporter)
          Call a user defined function on a single HBase record, represented by a key and its associated record value.
 void GroupingTableMap.map(HStoreKey key, MapWritable value, TableOutputCollector output, Reporter reporter)
          Extract the grouping columns from value to construct a new key.
 void IdentityTableMap.map(HStoreKey key, MapWritable value, TableOutputCollector output, Reporter reporter)
          Pass the key, value to reduce
 



Copyright © 2006 The Apache Software Foundation