public class TestAppendTimeRange extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestAppendTimeRange.MyObserver |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.util.ManualEnvironmentEdge |
mee |
org.junit.rules.TestName |
name |
private static byte[] |
QUAL |
private static byte[] |
ROW |
private static byte[] |
TEST_FAMILY |
private static HBaseTestingUtility |
util |
private static byte[] |
VALUE |
Constructor and Description |
---|
TestAppendTimeRange() |
Modifier and Type | Method and Description |
---|---|
private void |
checkRowValue(org.apache.hadoop.hbase.client.Table table,
byte[] row,
byte[] expectedValue) |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testHTableInterfaceMethods() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final HBaseTestingUtility util
private static final org.apache.hadoop.hbase.util.ManualEnvironmentEdge mee
private static final byte[] TEST_FAMILY
private static final byte[] ROW
private static final byte[] QUAL
private static final byte[] VALUE
public TestAppendTimeRange()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testHTableInterfaceMethods() throws Exception
Exception
private void checkRowValue(org.apache.hadoop.hbase.client.Table table, byte[] row, byte[] expectedValue) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.