public class TestCellUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestCellUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCellFieldsAsPrimitiveTypesFromByteBufferedCell() |
void |
testCloneCellFieldsFromByteBufferedCell() |
void |
testCreateCellScannerOverflow()
Was overflowing if 100k or so lists of cellscanners to return.
|
void |
testFindCommonPrefixInFlatKey() |
void |
testGetType() |
void |
testMatchingCellFieldsFromByteBufferedCell() |
void |
testOverlappingKeys() |
void |
testToString()
Assert CellUtil makes Cell toStrings same way we do KeyValue toStrings.
|
void |
testToString1() |
void |
testWriteCell() |
public static final HBaseClassTestRule CLASS_RULE
public TestCellUtil()
public void testCreateCellScannerOverflow() throws IOException
IOExceptionpublic void testOverlappingKeys()
public void testFindCommonPrefixInFlatKey()
public void testToString()
public void testToString1()
public void testCloneCellFieldsFromByteBufferedCell()
public void testMatchingCellFieldsFromByteBufferedCell()
public void testCellFieldsAsPrimitiveTypesFromByteBufferedCell()
public void testWriteCell() throws IOException
IOExceptionpublic void testGetType() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.