|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 that return types with arguments of type HStoreKey | |
---|---|
Iterator<Map.Entry<HStoreKey,SortedMap<Text,byte[]>>> |
HAbstractScanner.iterator()
|
Iterator<Map.Entry<HStoreKey,SortedMap<Text,byte[]>>> |
HTable.ClientScanner.iterator()
|
Methods in org.apache.hadoop.hbase with parameters of type HStoreKey | |
---|---|
static byte[] |
HStoreKey.getBytes(HStoreKey hsk)
Returns row and column bytes out of an HStoreKey. |
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)
|
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)
|
Methods in org.apache.hadoop.hbase.mapred with parameters of type HStoreKey | |
---|---|
abstract void |
TableMap.map(HStoreKey key,
MapWritable value,
OutputCollector<K,V> 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,
OutputCollector<Text,MapWritable> output,
Reporter reporter)
Extract the grouping columns from value to construct a new key. |
void |
IdentityTableMap.map(HStoreKey key,
MapWritable value,
OutputCollector<Text,MapWritable> output,
Reporter reporter)
Pass the key, value to reduce |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |