|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HStoreKey | |
---|---|
org.apache.hadoop.hbase.migration.nineteen | |
org.apache.hadoop.hbase.migration.nineteen.io |
Uses of HStoreKey in org.apache.hadoop.hbase.migration.nineteen |
---|
Subclasses of HStoreKey in org.apache.hadoop.hbase.migration.nineteen | |
---|---|
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.migration.nineteen 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.migration.nineteen 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.migration.nineteen.io |
---|
Methods in org.apache.hadoop.hbase.migration.nineteen.io that return HStoreKey | |
---|---|
HStoreKey |
Reference.getMidkey()
|
Constructors in org.apache.hadoop.hbase.migration.nineteen.io with parameters of type HStoreKey | |
---|---|
Reference(int ern,
long fid,
HStoreKey m,
Reference.Range fr)
|
Constructor parameters in org.apache.hadoop.hbase.migration.nineteen.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |