Uses of Class
org.apache.hadoop.hbase.replication.ReplicationQueueData
Packages that use org.apache.hadoop.hbase.replication.ReplicationQueueData
-
Uses of org.apache.hadoop.hbase.replication.ReplicationQueueData in org.apache.hadoop.hbase.replication
Methods in org.apache.hadoop.hbase.replication that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationQueueData in inModifier and TypeMethodDescriptionList<org.apache.hadoop.hbase.replication.ReplicationQueueData>
ReplicationQueueStorage.listAllQueues()
Get a list of all queues and the offsets.List<org.apache.hadoop.hbase.replication.ReplicationQueueData>
TableReplicationQueueStorage.listAllQueues()
Method parameters in org.apache.hadoop.hbase.replication with type arguments of type org.apache.hadoop.hbase.replication.ReplicationQueueData in inModifier and TypeMethodDescriptionvoid
ReplicationQueueStorage.batchUpdateQueues
(org.apache.hadoop.hbase.ServerName serverName, List<org.apache.hadoop.hbase.replication.ReplicationQueueData> datas) Update the replication queue datas for a given region server.void
TableReplicationQueueStorage.batchUpdateQueues
(org.apache.hadoop.hbase.ServerName serverName, List<org.apache.hadoop.hbase.replication.ReplicationQueueData> datas)