public class TestVerifyReplicationCrossDiffHdfs extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf1 |
private static org.apache.hadoop.conf.Configuration |
conf2 |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
private static HBaseTestingUtility |
mapReduceUtil |
private static String |
PEER_ID |
private static byte[] |
QUALIFIER |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
util1 |
private static HBaseTestingUtility |
util2 |
| Constructor and Description |
|---|
TestVerifyReplicationCrossDiffHdfs() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
addTestingPeer() |
private static void |
createTestingTable(org.apache.hadoop.hbase.client.Admin admin) |
private static void |
loadSomeData() |
static void |
setUpBeforeClass() |
static void |
tearDownClass() |
void |
testVerifyRepBySnapshot() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static HBaseTestingUtility util1
private static HBaseTestingUtility util2
private static HBaseTestingUtility mapReduceUtil
private static org.apache.hadoop.conf.Configuration conf1
private static org.apache.hadoop.conf.Configuration conf2
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final String PEER_ID
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
public TestVerifyReplicationCrossDiffHdfs()
public static void setUpBeforeClass() throws Exception
Exceptionprivate static void createTestingTable(org.apache.hadoop.hbase.client.Admin admin) throws IOException
IOExceptionprivate static void addTestingPeer() throws IOException
IOExceptionprivate static void loadSomeData() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void tearDownClass() throws Exception
Exceptionpublic void testVerifyRepBySnapshot() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.