Uses of Class
org.apache.hadoop.hbase.replication.ReplicationQueueData

Packages that use org.apache.hadoop.hbase.replication.ReplicationQueueData
Package
Description
Multi Cluster Replication
  • 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 in
    Modifier and Type
    Method
    Description
    List<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 in
    Modifier and Type
    Method
    Description
    void
    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)