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.io   
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.
 TreeMap<Text,byte[]> HMemcache.getFull(HStoreKey key)
          Return all the available columns for the given key.
 boolean HStoreKey.matchesRowCol(HStoreKey other)
           
 boolean HStoreKey.matchesRowFamily(HStoreKey that)
           
 boolean HStoreKey.matchesWithoutColumn(HStoreKey other)
           
 boolean HAbstractScanner.next(HStoreKey key, TreeMap<Text,byte[]> results)
          Get the next set of values for this scanner.
 boolean HInternalScannerInterface.next(HStoreKey key, TreeMap<Text,byte[]> results)
          Grab the next row's worth of values.
 boolean HScannerInterface.next(HStoreKey key, TreeMap<Text,byte[]> results)
           
 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)
          Construct a new HStoreKey from another
 

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

Methods in org.apache.hadoop.hbase.io that return HStoreKey
 HStoreKey KeyedData.getKey()
           
 

Constructors in org.apache.hadoop.hbase.io with parameters of type HStoreKey
KeyedData(HStoreKey key, byte[] data)
          Create a KeyedData object specifying the parts
 

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

Methods in org.apache.hadoop.hbase.mapred with parameters of type HStoreKey
abstract  void TableMap.map(HStoreKey key, KeyedDataArrayWritable 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, KeyedDataArrayWritable value, TableOutputCollector output, Reporter reporter)
          Extract the grouping columns from value to construct a new key.
 void IdentityTableMap.map(HStoreKey key, KeyedDataArrayWritable value, TableOutputCollector output, Reporter reporter)
          Pass the key, value to reduce
 



Copyright © 2006 The Apache Software Foundation