public class TestSerialReplicationEndpoint extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestSerialReplicationEndpoint.TestEndpoint |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
CONF |
private static org.apache.hadoop.hbase.client.Connection |
CONN |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestSerialReplicationEndpoint() |
Modifier and Type | Method and Description |
---|---|
private String |
getZKClusterKey() |
static void |
setUp() |
static void |
tearDown() |
private void |
testHBaseReplicationEndpoint(String tableNameStr,
String peerId,
boolean isSerial) |
void |
testParallelReplicate() |
void |
testSerialReplicate() |
public static final HBaseClassTestRule CLASS_RULE
private static HBaseTestingUtility UTIL
private static org.apache.hadoop.conf.Configuration CONF
private static org.apache.hadoop.hbase.client.Connection CONN
public TestSerialReplicationEndpoint()
private String getZKClusterKey()
private void testHBaseReplicationEndpoint(String tableNameStr, String peerId, boolean isSerial) throws IOException
IOException
public void testSerialReplicate() throws Exception
Exception
public void testParallelReplicate() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.