Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Class and Description |
---|---|
static class |
KeyValue.MetaComparator
Deprecated.
:
CellComparator.META_COMPARATOR to be used |
static class |
KeyValue.RawBytesComparator
Deprecated.
Not to be used for any comparsions
|
Modifier and Type | Field and Description |
---|---|
static KeyValue.KVComparator |
KeyValue.COMPARATOR
Deprecated.
Use
CellComparator.COMPARATOR instead |
static KeyValue.KVComparator |
KeyValue.META_COMPARATOR
Deprecated.
Use
CellComparator.META_COMPARATOR instead |
static KeyValue.KVComparator |
KeyValue.RAW_COMPARATOR
Deprecated.
|
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
|
Constructor and Description |
---|
RowOnlyComparator(KeyValue.KVComparator c) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.