public class TestMvccConsistentScanner extends Object
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.client.Connection |
CONN |
private static byte[] |
CQ1 |
private static byte[] |
CQ2 |
private static byte[] |
CQ3 |
private org.apache.hadoop.hbase.TableName |
tableName |
org.junit.rules.TestName |
testName |
private static HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestMvccConsistentScanner() |
| Modifier and Type | Method and Description |
|---|---|
private void |
move() |
private void |
put(byte[] row,
byte[] cq,
byte[] value) |
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCrossRowAtomicInRegion() |
void |
testRowAtomic() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static org.apache.hadoop.hbase.client.Connection CONN
private static final byte[] CF
private static final byte[] CQ1
private static final byte[] CQ2
private static final byte[] CQ3
public org.junit.rules.TestName testName
private org.apache.hadoop.hbase.TableName tableName
public TestMvccConsistentScanner()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void setUp() throws IOException, InterruptedException
IOExceptionInterruptedExceptionprivate void put(byte[] row, byte[] cq, byte[] value) throws IOException
IOExceptionprivate void move() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testRowAtomic() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testCrossRowAtomicInRegion() throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.