public class TestReplicationAdmin
extends java.lang.Object
| Constructor and Description |
|---|
TestReplicationAdmin() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testAddRemovePeer()
Simple testing of adding and removing peers, basically shows that
all interactions with ZK work
|
void |
testAppendPeerTableCFs() |
void |
testEnableDisable()
basic checks that when we add a peer that it is enabled, and that we can disable
|
void |
testGetTableCfsStr() |
void |
testPeerConfig()
Tests that the peer configuration used by ReplicationAdmin contains all
the peer's properties.
|
void |
testRemovePeerTableCFs() |
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddRemovePeer()
throws java.lang.Exception
java.lang.Exceptionpublic void testPeerConfig()
throws java.lang.Exception
java.lang.Exceptionpublic void testEnableDisable()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetTableCfsStr()
public void testAppendPeerTableCFs()
throws java.lang.Exception
java.lang.Exceptionpublic void testRemovePeerTableCFs()
throws java.lang.Exception
java.lang.Exception