public class TestReplicationPeerConfig extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY1 |
private static byte[] |
FAMILY2 |
private static String |
NAMESPACE_OTHER |
private static String |
NAMESPACE_REPLICATE |
private static org.apache.hadoop.hbase.TableName |
TABLE_A |
private static org.apache.hadoop.hbase.TableName |
TABLE_B |
Constructor and Description |
---|
TestReplicationPeerConfig() |
Modifier and Type | Method and Description |
---|---|
void |
testClassMethodsAreBuilderStyle() |
void |
testNeedToReplicateCFWithoutReplicatingAll() |
void |
testNeedToReplicateCFWithReplicatingAll() |
void |
testNeedToReplicateWithoutReplicatingAll() |
void |
testNeedToReplicateWithReplicatingAll() |
public static final HBaseClassTestRule CLASS_RULE
private static final String NAMESPACE_REPLICATE
private static final String NAMESPACE_OTHER
private static final org.apache.hadoop.hbase.TableName TABLE_A
private static final org.apache.hadoop.hbase.TableName TABLE_B
private static final byte[] FAMILY1
private static final byte[] FAMILY2
public TestReplicationPeerConfig()
public void testClassMethodsAreBuilderStyle()
public void testNeedToReplicateWithReplicatingAll()
public void testNeedToReplicateWithoutReplicatingAll()
public void testNeedToReplicateCFWithReplicatingAll()
public void testNeedToReplicateCFWithoutReplicatingAll()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.