public class TestReplicationTrackerZKImpl extends Object
| Modifier and Type | Class and Description |
|---|---|
private class |
TestReplicationTrackerZKImpl.DummyReplicationListener |
private class |
TestReplicationTrackerZKImpl.DummyServer |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static org.slf4j.Logger |
LOG |
private org.apache.hadoop.hbase.replication.ReplicationPeers |
rp |
private AtomicInteger |
rsRemovedCount |
private String |
rsRemovedData |
private org.apache.hadoop.hbase.replication.ReplicationTracker |
rt |
private static HBaseTestingUtility |
utility |
private org.apache.hadoop.hbase.zookeeper.ZKWatcher |
zkw |
| Constructor and Description |
|---|
TestReplicationTrackerZKImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testGetListOfRegionServers() |
void |
testPeerNameControl() |
void |
testRegionServerRemovedEvent() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static org.apache.hadoop.conf.Configuration conf
private static HBaseTestingUtility utility
private org.apache.hadoop.hbase.zookeeper.ZKWatcher zkw
private org.apache.hadoop.hbase.replication.ReplicationPeers rp
private org.apache.hadoop.hbase.replication.ReplicationTracker rt
private AtomicInteger rsRemovedCount
private String rsRemovedData
public TestReplicationTrackerZKImpl()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testGetListOfRegionServers() throws Exception
Exceptionpublic void testRegionServerRemovedEvent() throws Exception
Exceptionpublic void testPeerNameControl() throws Exception
ExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.