Package org.apache.hadoop.hbase.client
Class TestMvccConsistentScanner
java.lang.Object
org.apache.hadoop.hbase.client.TestMvccConsistentScanner
@Tag("org.apache.hadoop.hbase.testclassification.MediumTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestMvccConsistentScanner
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private static org.apache.hadoop.hbase.client.Connectionprivate static final byte[]private static final byte[]private static final byte[]private org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UTIL
-
CONN
-
CF
-
CQ1
-
CQ2
-
CQ3
-
tableName
-
-
Constructor Details
-
TestMvccConsistentScanner
public TestMvccConsistentScanner()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
@BeforeEach public void setUp(org.junit.jupiter.api.TestInfo testInfo) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
put
- Throws:
IOException
-
move
- Throws:
IOExceptionInterruptedException
-
testRowAtomic
- Throws:
IOExceptionInterruptedException
-
testCrossRowAtomicInRegion
- Throws:
IOExceptionInterruptedException
-