| Modifier and Type | Method and Description |
|---|---|
List<ReplicationQueueData> |
ReplicationQueueStorage.listAllQueues()
Get a list of all queues and the offsets.
|
List<ReplicationQueueData> |
TableReplicationQueueStorage.listAllQueues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationQueueStorage.batchUpdateQueues(ServerName serverName,
List<ReplicationQueueData> datas)
Update the replication queue datas for a given region server.
|
void |
TableReplicationQueueStorage.batchUpdateQueues(ServerName serverName,
List<ReplicationQueueData> datas) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.