public class TestIndividualBytesFieldCell extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestIndividualBytesFieldCell() |
| Modifier and Type | Method and Description |
|---|---|
void |
testClone() |
static void |
testConstructorAndVerify() |
void |
testIfExtendedCellImplemented() |
void |
testIllegalFamily() |
void |
testIllegalQualifier() |
void |
testIllegalRow() |
void |
testIllegalTags() |
void |
testIllegalTimestamp() |
void |
testIllegalValue() |
void |
testNullFamilyQualifierValueTags()
Verify getXXXArray() and getXXXLength() when family/qualifier/value/tags are null.
|
void |
testWriteIntoKeyValueFormat()
Verify KeyValue format related functions: write() and getSerializedSize().
|
void |
testWriteTag() |
void |
testWriteValue() |
public static final HBaseClassTestRule CLASS_RULE
public TestIndividualBytesFieldCell()
public static void testConstructorAndVerify()
public void testClone() throws CloneNotSupportedException
CloneNotSupportedExceptionpublic void testWriteIntoKeyValueFormat() throws IOException
KeyValue.IOExceptionpublic void testNullFamilyQualifierValueTags()
KeyValue.public void testIfExtendedCellImplemented()
public void testIllegalRow()
public void testIllegalFamily()
public void testIllegalQualifier()
public void testIllegalTimestamp()
public void testIllegalValue()
public void testIllegalTags()
public void testWriteTag() throws IOException
IOExceptionpublic void testWriteValue() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.