Uses of Class
org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId

Packages that use org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId
Package
Description
Multi Cluster Replication
  • Uses of org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId 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.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.MigrationIterator<List<org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId>>
    ZKReplicationQueueStorageForMigration.listAllLastPushedSeqIds()
     
    Method parameters in org.apache.hadoop.hbase.replication with type arguments of type org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId in in
    Modifier and Type
    Method
    Description
    void
    ReplicationQueueStorage.batchUpdateLastSequenceIds(List<org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId> lastPushedSeqIds)
    Update last pushed sequence id for the given regions and peers.
    void
    TableReplicationQueueStorage.batchUpdateLastSequenceIds(List<org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId> lastPushedSeqIds)