|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HStoreKey | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.regionserver |
Uses of HStoreKey in org.apache.hadoop.hbase |
---|
Subclasses of HStoreKey in org.apache.hadoop.hbase | |
---|---|
static class |
HStoreKey.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 with parameters of type HStoreKey | |
---|---|
int |
HStoreKey.compareTo(HStoreKey o)
|
int |
HStoreKey.BeforeThisStoreKey.compareTo(HStoreKey o)
|
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.BeforeThisStoreKey.matchesRowCol(HStoreKey other)
|
boolean |
HStoreKey.matchesRowFamily(HStoreKey that)
Compares the row and column family of two keys |
boolean |
HStoreKey.BeforeThisStoreKey.matchesRowFamily(HStoreKey that)
|
boolean |
HStoreKey.matchesWithoutColumn(HStoreKey other)
Compares the row and timestamp of two keys |
boolean |
HStoreKey.BeforeThisStoreKey.matchesWithoutColumn(HStoreKey other)
|
void |
HStoreKey.set(HStoreKey k)
Set the value of this HStoreKey from the supplied key |
void |
HStoreKey.BeforeThisStoreKey.set(HStoreKey k)
|
Constructors in org.apache.hadoop.hbase with parameters of type HStoreKey | |
---|---|
HStoreKey.BeforeThisStoreKey(HStoreKey beforeThisKey)
|
|
HStoreKey(HStoreKey other)
Constructs 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 |
Reference.getMidkey()
|
Constructors in org.apache.hadoop.hbase.io with parameters of type HStoreKey | |
---|---|
Reference(int ern,
long fid,
HStoreKey m,
Reference.Range fr)
|
Constructor parameters in org.apache.hadoop.hbase.io with type arguments of type HStoreKey | |
---|---|
HalfMapFileReader(org.apache.hadoop.fs.FileSystem fs,
String dirName,
org.apache.hadoop.conf.Configuration conf,
Reference.Range r,
org.apache.hadoop.io.WritableComparable<HStoreKey> mk,
boolean filter,
boolean blockCacheEnabled,
HRegionInfo hri)
|
|
HalfMapFileReader(org.apache.hadoop.fs.FileSystem fs,
String dirName,
org.apache.hadoop.conf.Configuration conf,
Reference.Range r,
org.apache.hadoop.io.WritableComparable<HStoreKey> mk,
HRegionInfo hri)
|
Uses of HStoreKey in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type HStoreKey | |
---|---|
List<HStoreKey> |
HStore.getKeys(HStoreKey origin,
int versions,
long now,
Pattern columnPattern)
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 |
List<HStoreKey> |
HStore.getKeys(HStoreKey origin,
int versions,
long now,
Pattern columnPattern)
Get versions of keys matching the origin key's
row/column/timestamp and those of an older vintage. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |