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
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void setUp() throws IOException, InterruptedException
IOException
InterruptedException
private void put(byte[] row, byte[] cq, byte[] value) throws IOException
IOException
private void move() throws IOException, InterruptedException
IOException
InterruptedException
public void testRowAtomic() throws IOException, InterruptedException
IOException
InterruptedException
public void testCrossRowAtomicInRegion() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.