public interface ReplicationQueuesClient
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllQueues(String serverName)
Get a list of all queues for the specified region server.
|
List<String> |
getListOfReplicators()
Get a list of all region servers that have outstanding replication queues.
|
List<String> |
getLogsInQueue(String serverName,
String queueId)
Get a list of all HLogs in the given queue on the given region server.
|
void |
init()
Initialize the replication queue client interface.
|
void init() throws ReplicationException
ReplicationException
List<String> getListOfReplicators()
List<String> getLogsInQueue(String serverName, String queueId)
serverName
- the server name of the region server that owns the queuequeueId
- a String that identifies the queueCopyright © 2013 The Apache Software Foundation. All Rights Reserved.