@InterfaceAudience.Private public class ReplicationQueueInfo extends Object
| Constructor and Description |
|---|
ReplicationQueueInfo(String znode)
The passed znode will be either the id of the peer cluster or
the handling story of that queue in the form of id-servername-*
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerName> |
getDeadRegionServers() |
String |
getPeerClusterZnode() |
String |
getPeerId() |
boolean |
isQueueRecovered() |
public ReplicationQueueInfo(String znode)
public List<ServerName> getDeadRegionServers()
public String getPeerId()
public String getPeerClusterZnode()
public boolean isQueueRecovered()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.