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
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void tearDown() throws IOException
IOException
private org.apache.hadoop.hbase.client.Table createTable(boolean multiRegions) throws IOException
IOException
private long getMaxSeqId(org.apache.hadoop.hbase.regionserver.HRegionServer rs, org.apache.hadoop.hbase.client.RegionInfo region) throws IOException
IOException
public 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.