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