public class TestKeyValue
extends TestCase
| Constructor and Description |
|---|
TestKeyValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBasics() |
void |
testBinaryKeys() |
void |
testColumnCompare_prefix()
Test a corner case when the family qualifier is a prefix of the
column qualifier.
|
void |
testColumnCompare() |
void |
testCompareWithoutRow() |
void |
testCreateKeyOnly() |
void |
testCreateKeyValueFromKey() |
void |
testEqualsAndHashCode() |
void |
testFirstLastOnRow() |
void |
testGetShortMidpointKey()
See HBASE-7845
|
void |
testGetTimestamp()
Tests that getTimestamp() does always return the proper timestamp, even after updating it.
|
void |
testKeyValueBorderCases()
Tests cases where rows keys have characters below the ','.
|
void |
testKeyValueSerialization() |
void |
testKVsWithTags() |
void |
testMetaComparatorTableKeysWithCommaOk() |
void |
testMetaKeyComparator() |
void |
testMoreComparisons() |
void |
testPlainCompare() |
void |
testStackedUpKeyValue() |
public void testColumnCompare_prefix()
throws Exception
Exceptionpublic void testMetaComparatorTableKeysWithCommaOk()
public void testKeyValueBorderCases()
throws IOException
IOExceptionpublic void testStackedUpKeyValue()
public void testCompareWithoutRow()
public void testFirstLastOnRow()
public void testCreateKeyValueFromKey()
public void testGetTimestamp()
public void testGetShortMidpointKey()
public void testKVsWithTags()
public void testMetaKeyComparator()
public void testKeyValueSerialization()
throws Exception
Exception