public class TestMutateRowsRecovery extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private MiniHBaseCluster |
cluster |
private org.apache.hadoop.hbase.client.Connection |
connection |
private static int |
NB_SERVERS |
(package private) static byte[] |
qual1 |
(package private) static byte[] |
qual2 |
(package private) static byte[] |
row1 |
(package private) static byte[] |
row2 |
(package private) static HBaseTestingUtility |
TESTING_UTIL |
(package private) static byte[] |
value1 |
(package private) static byte[] |
value2 |
Constructor and Description |
---|
TestMutateRowsRecovery() |
Modifier and Type | Method and Description |
---|---|
static void |
after() |
static void |
before() |
void |
MutateRowsAndCheckPostKill() |
void |
setup() |
void |
tearDown() |
public static final HBaseClassTestRule CLASS_RULE
private MiniHBaseCluster cluster
private org.apache.hadoop.hbase.client.Connection connection
private static final int NB_SERVERS
static final byte[] qual1
static final byte[] qual2
static final byte[] value1
static final byte[] value2
static final byte[] row1
static final byte[] row2
static final HBaseTestingUtility TESTING_UTIL
public TestMutateRowsRecovery()
public void setup() throws IOException
IOException
public void tearDown() throws IOException
IOException
public void MutateRowsAndCheckPostKill() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.