public class TestIncrementTimeRange extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestIncrementTimeRange.MyObserver |
Modifier and Type | Field and Description |
---|---|
private static byte[] |
bytes1 |
private static byte[] |
bytes2 |
private static byte[] |
bytes3 |
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.client.Table |
hTableInterface |
private static org.apache.hadoop.hbase.util.ManualEnvironmentEdge |
mee |
private static byte[] |
qualifierCol1 |
private static byte[] |
ROW_A |
private static byte[] |
ROW_B |
private static byte[] |
ROW_C |
private org.apache.hadoop.hbase.client.Table |
table |
private static byte[] |
TEST_FAMILY |
private static org.apache.hadoop.hbase.TableName |
TEST_TABLE |
private static HBaseTestingUtility |
util |
Constructor and Description |
---|
TestIncrementTimeRange() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
private void |
checkHTableInterfaceMethods() |
private void |
checkRowValue(byte[] row,
byte[] expectedValue) |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testHTableInterfaceMethods() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility util
private static org.apache.hadoop.hbase.util.ManualEnvironmentEdge mee
private static final org.apache.hadoop.hbase.TableName TEST_TABLE
private static final byte[] TEST_FAMILY
private static final byte[] ROW_A
private static final byte[] ROW_B
private static final byte[] ROW_C
private static final byte[] qualifierCol1
private static final byte[] bytes1
private static final byte[] bytes2
private static final byte[] bytes3
private org.apache.hadoop.hbase.client.Table hTableInterface
private org.apache.hadoop.hbase.client.Table table
public TestIncrementTimeRange()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testHTableInterfaceMethods() throws Exception
Exception
private void checkHTableInterfaceMethods() throws Exception
Exception
private void checkRowValue(byte[] row, byte[] expectedValue) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.