Uses of Class
org.apache.hadoop.hbase.replication.ReplicationQueueId
Packages that use org.apache.hadoop.hbase.replication.ReplicationQueueId
-
Uses of org.apache.hadoop.hbase.replication.ReplicationQueueId in org.apache.hadoop.hbase.replication
Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.replication.ReplicationQueueId in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.replication.ReplicationQueueIdReplicationQueueId.claim(org.apache.hadoop.hbase.ServerName targetServerName) org.apache.hadoop.hbase.replication.ReplicationQueueIdReplicationQueueData.getId()org.apache.hadoop.hbase.replication.ReplicationQueueIdZKReplicationQueueStorageForMigration.ZkReplicationQueueData.getQueueId()static org.apache.hadoop.hbase.replication.ReplicationQueueIdReplicationQueueId.parse(String str) Methods in org.apache.hadoop.hbase.replication that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationQueueId in inModifier and TypeMethodDescriptionList<org.apache.hadoop.hbase.replication.ReplicationQueueId>ReplicationQueueStorage.listAllQueueIds(String peerId) Get a list of all queues for the specific peer.List<org.apache.hadoop.hbase.replication.ReplicationQueueId>ReplicationQueueStorage.listAllQueueIds(String peerId, org.apache.hadoop.hbase.ServerName serverName) Get a list of all queues for the specific region server and the specific peerList<org.apache.hadoop.hbase.replication.ReplicationQueueId>ReplicationQueueStorage.listAllQueueIds(org.apache.hadoop.hbase.ServerName serverName) Get a list of all queues for the specific region server.List<org.apache.hadoop.hbase.replication.ReplicationQueueId>TableReplicationQueueStorage.listAllQueueIds(String peerId) List<org.apache.hadoop.hbase.replication.ReplicationQueueId>TableReplicationQueueStorage.listAllQueueIds(String peerId, org.apache.hadoop.hbase.ServerName serverName) List<org.apache.hadoop.hbase.replication.ReplicationQueueId>TableReplicationQueueStorage.listAllQueueIds(org.apache.hadoop.hbase.ServerName serverName) Methods in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.ReplicationQueueId in inModifier and TypeMethodDescriptionReplicationQueueStorage.claimQueue(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId, org.apache.hadoop.hbase.ServerName targetServerName) Change ownership for the queue identified by queueId and belongs to a dead region server.TableReplicationQueueStorage.claimQueue(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId, org.apache.hadoop.hbase.ServerName targetServerName) ReplicationQueueStorage.getOffsets(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId) Get the current offset of all the WAL groups for a queueTableReplicationQueueStorage.getOffsets(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId) voidReplicationQueueStorage.removeQueue(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId) Remove a replication queuevoidTableReplicationQueueStorage.removeQueue(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId) voidReplicationQueueStorage.setOffset(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId, String walGroup, org.apache.hadoop.hbase.replication.ReplicationGroupOffset offset, Map<String, Long> lastSeqIds) Set the current offset for a specific WAL group in a given queue.voidTableReplicationQueueStorage.setOffset(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId, String walGroup, org.apache.hadoop.hbase.replication.ReplicationGroupOffset offset, Map<String, Long> lastSeqIds) Constructors in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.ReplicationQueueId in inModifierConstructorDescriptionReplicationQueueData(org.apache.hadoop.hbase.replication.ReplicationQueueId id, org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String, org.apache.hadoop.hbase.replication.ReplicationGroupOffset> offsets) ZkReplicationQueueData(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId, Map<String, Long> walOffsets)