public class TestCellComparator extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestCellComparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBinaryKeys() |
void |
testCompareByteBufferedCell() |
void |
testCompareCells() |
void |
testCompareCellWithKey() |
void |
testMetaComparisons()
Test meta comparisons using our new ByteBufferKeyValue Cell type, the type we use everywhere
in 2.0.
|
void |
testMetaComparisons2()
More tests using ByteBufferKeyValue copied over from TestKeyValue which uses old KVs only.
|
public static final HBaseClassTestRule CLASS_RULE
public TestCellComparator()
public void testCompareCells()
public void testCompareCellWithKey() throws Exception
Exceptionpublic void testCompareByteBufferedCell()
public void testMetaComparisons() throws Exception
Exceptionpublic void testMetaComparisons2()
public void testBinaryKeys() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.