Class TestAppendTimeRange
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange
@Tag("org.apache.hadoop.hbase.testclassification.CoprocessorTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestAppendTimeRange
extends Object
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate static final org.apache.hadoop.hbase.util.ManualEnvironmentEdgeprivate static final byte[]private static final byte[]private static final byte[]private static final HBaseTestingUtilprivate static final byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcheckRowValue(org.apache.hadoop.hbase.client.Table table, byte[] row, byte[] expectedValue) voidsetUp(org.junit.jupiter.api.TestInfo testInfo) static voidstatic voidvoid
-
Field Details
-
currentTestName
-
util
-
mee
-
TEST_FAMILY
-
ROW
-
QUAL
-
VALUE
-
-
Constructor Details
-
TestAppendTimeRange
public TestAppendTimeRange()
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
-
testHTableInterfaceMethods
- Throws:
Exception
-
checkRowValue
private void checkRowValue(org.apache.hadoop.hbase.client.Table table, byte[] row, byte[] expectedValue) throws IOException - Throws:
IOException
-