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()
throws java.lang.Exception
java.lang.Exceptionpublic void testColumnCompare_prefix()
throws java.lang.Exception
java.lang.Exceptionpublic void testBasics()
throws java.lang.Exception
java.lang.Exceptionpublic void testPlainCompare()
throws java.lang.Exception
java.lang.Exceptionpublic void testMoreComparisons()
throws java.lang.Exception
java.lang.Exceptionpublic void testMetaComparatorTableKeysWithCommaOk()
public void testKeyValueBorderCases()
throws java.io.IOException
java.io.IOExceptionpublic void testBinaryKeys()
throws java.lang.Exception
java.lang.Exceptionpublic void testStackedUpKeyValue()
public void testCompareWithoutRow()
public void testFirstLastOnRow()
public void testCreateKeyOnly()
throws java.lang.Exception
java.lang.Exceptionpublic void testCreateKeyValueFromKey()
public void testGetTimestamp()
public void testGetShortMidpointKey()
public void testKVsWithTags()
public void testMetaKeyComparator()
public void testKeyValueSerialization()
throws java.lang.Exception
java.lang.Exceptionpublic void testEqualsAndHashCode()
throws java.lang.Exception
java.lang.Exception