public class TestNewVersionBehaviorFromClientSide extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
col1 |
private static byte[] |
col2 |
private static byte[] |
col3 |
private static byte[] |
FAMILY |
org.junit.rules.TestName |
name |
private static byte[] |
ROW |
private static byte[] |
ROW2 |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
value |
Constructor and Description |
---|
TestNewVersionBehaviorFromClientSide() |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.hbase.client.Table |
createTable() |
static void |
setDownAfterClass() |
static void |
setUpBeforeClass() |
void |
testDeleteFamily() |
void |
testExplicitColum() |
void |
testgetColumnHint() |
void |
testNullColumnQualifier() |
void |
testPutAndDeleteVersions() |
void |
testPutMasked() |
void |
testPutMasked2() |
void |
testPutMaskedAndUserMaxVersion() |
void |
testRawScanAndMajorCompaction() |
void |
testSameTs() |
void |
testSameTsAndDelete() |
void |
testTimeRange() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final byte[] ROW
private static final byte[] ROW2
private static final byte[] FAMILY
private static final byte[] value
private static final byte[] col1
private static final byte[] col2
private static final byte[] col3
public org.junit.rules.TestName name
public TestNewVersionBehaviorFromClientSide()
public static void setUpBeforeClass() throws Exception
Exception
public static void setDownAfterClass() throws Exception
Exception
private org.apache.hadoop.hbase.client.Table createTable() throws IOException
IOException
public void testPutAndDeleteVersions() throws IOException
IOException
public void testPutMasked() throws IOException
IOException
public void testPutMasked2() throws IOException
IOException
public void testPutMaskedAndUserMaxVersion() throws IOException
IOException
public void testSameTs() throws IOException
IOException
public void testSameTsAndDelete() throws IOException
IOException
public void testDeleteFamily() throws IOException
IOException
public void testTimeRange() throws IOException
IOException
public void testExplicitColum() throws IOException
IOException
public void testgetColumnHint() throws IOException
IOException
public void testRawScanAndMajorCompaction() throws IOException
IOException
public void testNullColumnQualifier() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.