private class TestReplicationTrackerZKImpl.DummyReplicationListener extends Object implements org.apache.hadoop.hbase.replication.ReplicationListener
| Modifier | Constructor and Description |
|---|---|
private |
DummyReplicationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
peerListChanged(List<String> peerIds) |
void |
peerRemoved(String peerId) |
void |
regionServerRemoved(String regionServer) |
private DummyReplicationListener()
public void regionServerRemoved(String regionServer)
regionServerRemoved in interface org.apache.hadoop.hbase.replication.ReplicationListenerpublic void peerRemoved(String peerId)
peerRemoved in interface org.apache.hadoop.hbase.replication.ReplicationListenerpublic void peerListChanged(List<String> peerIds)
peerListChanged in interface org.apache.hadoop.hbase.replication.ReplicationListenerCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.