public class TestSequenceIdMonotonicallyIncreasing extends Object
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
CQ |
private static org.apache.hadoop.hbase.TableName |
NAME |
private static HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestSequenceIdMonotonicallyIncreasing() |
| Modifier and Type | Method and Description |
|---|---|
private 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 |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testMerge() |
void |
testSplit() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static final org.apache.hadoop.hbase.TableName NAME
private static final byte[] CF
private static final byte[] CQ
public TestSequenceIdMonotonicallyIncreasing()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void tearDown() throws IOException
IOExceptionprivate org.apache.hadoop.hbase.client.Table createTable(boolean multiRegions) throws IOException
IOExceptionprivate long getMaxSeqId(org.apache.hadoop.hbase.regionserver.HRegionServer rs, org.apache.hadoop.hbase.client.RegionInfo region) throws IOException
IOExceptionpublic void testSplit() throws IOException, InterruptedException, ExecutionException, TimeoutException
public void testMerge() throws IOException, InterruptedException, ExecutionException, TimeoutException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.