Package org.apache.hadoop.hbase
Class TestCellComparator
java.lang.Object
org.apache.hadoop.hbase.TestCellComparator
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private org.apache.hadoop.hbase.CellComparator
(package private) byte[]
(package private) byte[]
(package private) byte[]
(package private) byte[]
private org.apache.hadoop.hbase.CellComparator
(package private) byte[]
(package private) byte[]
(package private) byte[]
(package private) byte[]
(package private) byte[]
(package private) byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static org.apache.hadoop.hbase.Cell
createByteBufferKeyValueFromKeyValue
(org.apache.hadoop.hbase.KeyValue kv) void
void
void
void
void
void
Test meta comparisons using our new ByteBufferKeyValue Cell type, the type we use everywhere in 2.0.void
More tests using ByteBufferKeyValue copied over from TestKeyValue which uses old KVs only.
-
Field Details
-
Constructor Details
-
TestCellComparator
public TestCellComparator()
-
-
Method Details
-
testCompareCells
-
testCompareCellsWithEmptyFamily
-
testCompareCellWithKey
- Throws:
Exception
-
testCompareByteBufferedCell
-
testMetaComparisons
Test meta comparisons using our new ByteBufferKeyValue Cell type, the type we use everywhere in 2.0.- Throws:
Exception
-
createByteBufferKeyValueFromKeyValue
private static org.apache.hadoop.hbase.Cell createByteBufferKeyValueFromKeyValue(org.apache.hadoop.hbase.KeyValue kv) -
testMetaComparisons2
More tests using ByteBufferKeyValue copied over from TestKeyValue which uses old KVs only. -
testBinaryKeys
- Throws:
Exception
-