Class TestIncrementTimeRange
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange
This test runs batch mutation with Increments which have custom TimeRange. Custom Observer
records the TimeRange. We then verify that the recorded TimeRange has same bounds as the initial
TimeRange. See HBASE-15698
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final byte[]
private static final byte[]
private static final byte[]
static final HBaseClassTestRule
private org.apache.hadoop.hbase.client.Table
private static org.apache.hadoop.hbase.util.ManualEnvironmentEdge
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private org.apache.hadoop.hbase.client.Table
private static final byte[]
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
after()
void
before()
private void
private void
checkRowValue
(byte[] row, byte[] expectedValue) static void
static void
void
-
Field Details
-
CLASS_RULE
-
util
-
mee
-
TEST_TABLE
-
TEST_FAMILY
-
ROW_A
-
ROW_B
-
ROW_C
-
qualifierCol1
-
bytes1
-
bytes2
-
bytes3
-
hTableInterface
-
table
-
-
Constructor Details
-
TestIncrementTimeRange
public TestIncrementTimeRange()
-
-
Method Details