Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.io.encoding |
Modifier and Type | Class and Description |
---|---|
static class |
KeyValue.MetaComparator
|
static class |
KeyValue.RawBytesComparator
This is a TEST only Comparator used in TestSeekTo and TestReseekTo.
|
Modifier and Type | Field and Description |
---|---|
static KeyValue.KVComparator |
KeyValue.COMPARATOR
Comparator for plain key/values; i.e.
|
static KeyValue.KVComparator |
KeyValue.META_COMPARATOR
|
static KeyValue.KVComparator |
KeyValue.RAW_COMPARATOR
Needed for Bloom Filters.
|
Modifier and Type | Method and Description |
---|---|
KeyValue.KVComparator |
TableName.getRowComparator()
Deprecated.
The comparator is an internal property of the table. Should
not have been exposed here
|
Modifier and Type | Method and Description |
---|---|
static Cell |
CellComparator.getMidpoint(KeyValue.KVComparator comparator,
Cell left,
Cell right)
Try to return a Cell that falls between
left and right but that is
shorter; i.e. |
Constructor and Description |
---|
KeyValue.RowOnlyComparator(KeyValue.KVComparator c) |
Modifier and Type | Method and Description |
---|---|
int |
DataBlockEncoder.EncodedSeeker.compareKey(KeyValue.KVComparator comparator,
byte[] key,
int offset,
int length)
Compare the given key against the current key
|
int |
DataBlockEncoder.EncodedSeeker.compareKey(KeyValue.KVComparator comparator,
Cell key) |
DataBlockEncoder.EncodedSeeker |
PrefixKeyDeltaEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx) |
DataBlockEncoder.EncodedSeeker |
CopyKeyDataBlockEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx) |
DataBlockEncoder.EncodedSeeker |
DiffKeyDeltaEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx) |
DataBlockEncoder.EncodedSeeker |
DataBlockEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx)
Create a HFileBlock seeker which find KeyValues within a block.
|
DataBlockEncoder.EncodedSeeker |
FastDiffDeltaEncoder.createSeeker(KeyValue.KVComparator comparator,
HFileBlockDecodingContext decodingCtx) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.