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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private static final byte[]private static final byte[]static final HBaseClassTestRuleprivate org.apache.hadoop.hbase.client.Tableprivate static org.apache.hadoop.hbase.util.ManualEnvironmentEdgeprivate static final byte[]private static final byte[]private static final byte[]private static final byte[]private org.apache.hadoop.hbase.client.Tableprivate static final byte[]private static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafter()voidbefore()private voidprivate voidcheckRowValue(byte[] row, byte[] expectedValue) static voidstatic voidvoid
-
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