|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HStoreKey | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.util.migration.v5 | Package of classes used instantiating objects written with pre-version 5 versions of HBase. |
Uses of HStoreKey in org.apache.hadoop.hbase |
---|
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 |
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.regionserver |
---|
Subclasses of HStoreKey in org.apache.hadoop.hbase.regionserver | |
---|---|
class |
BeforeThisStoreKey
Pass this class into MapFile .getClosest when
searching for the key that comes BEFORE this one but NOT this one. |
Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type HStoreKey | |
---|---|
protected List<HStoreKey> |
HStore.getKeys(HStoreKey origin,
int versions,
long now)
Get versions of keys matching the origin key's
row/column/timestamp and those of an older vintage. |
Methods in org.apache.hadoop.hbase.regionserver with parameters of type HStoreKey | |
---|---|
protected long |
HStore.add(HStoreKey key,
byte[] value)
Adds a value to the memcache |
protected List<HStoreKey> |
HStore.getKeys(HStoreKey origin,
int versions,
long now)
Get versions of keys matching the origin key's
row/column/timestamp and those of an older vintage. |
boolean |
BeforeThisStoreKey.matchesRowCol(HStoreKey other)
|
boolean |
BeforeThisStoreKey.matchesRowFamily(HStoreKey that)
|
boolean |
BeforeThisStoreKey.matchesWithoutColumn(HStoreKey other)
|
boolean |
InternalScanner.next(HStoreKey key,
SortedMap<byte[],Cell> results)
Grab the next row's worth of values. |
abstract boolean |
HAbstractScanner.next(HStoreKey key,
SortedMap<byte[],Cell> results)
Grab the next row's worth of values. |
void |
BeforeThisStoreKey.set(HStoreKey k)
|
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HStoreKey | |
---|---|
BeforeThisStoreKey(HStoreKey beforeThisKey)
|
Uses of HStoreKey in org.apache.hadoop.hbase.util.migration.v5 |
---|
Methods in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HStoreKey | |
---|---|
protected long |
HStore.add(HStoreKey key,
byte[] value)
Adds a value to the memcache |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |