Package org.apache.hadoop.hbase
Class TestSequenceIdMonotonicallyIncreasing
java.lang.Object
org.apache.hadoop.hbase.TestSequenceIdMonotonicallyIncreasing
Testcase for HBASE-20066
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final byte[]
static final HBaseClassTestRule
private static final byte[]
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.Table
createTable
(boolean multiRegions) private long
getMaxSeqId
(org.apache.hadoop.hbase.regionserver.HRegionServer rs, org.apache.hadoop.hbase.client.RegionInfo region) static void
void
tearDown()
static void
void
void
-
Field Details
-
CLASS_RULE
-
UTIL
-
NAME
-
CF
-
CQ
-
-
Constructor Details
-
TestSequenceIdMonotonicallyIncreasing
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
tearDown
- Throws:
IOException
-
createTable
- Throws:
IOException
-
getMaxSeqId
private long getMaxSeqId(org.apache.hadoop.hbase.regionserver.HRegionServer rs, org.apache.hadoop.hbase.client.RegionInfo region) throws IOException - Throws:
IOException
-
testSplit
public void testSplit() throws IOException, InterruptedException, ExecutionException, TimeoutException -
testMerge
public void testMerge() throws IOException, InterruptedException, ExecutionException, TimeoutException
-