Uses of Class
org.apache.hadoop.hbase.replication.ReplicationGroupOffset
Packages that use org.apache.hadoop.hbase.replication.ReplicationGroupOffset
-
Uses of org.apache.hadoop.hbase.replication.ReplicationGroupOffset in org.apache.hadoop.hbase.replication
Fields in org.apache.hadoop.hbase.replication declared as org.apache.hadoop.hbase.replication.ReplicationGroupOffset in inModifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.replication.ReplicationGroupOffset
ReplicationGroupOffset.BEGIN
Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.replication.ReplicationGroupOffset in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.replication.ReplicationGroupOffset
ReplicationGroupOffset.parse
(String str) Methods in org.apache.hadoop.hbase.replication that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationGroupOffset 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) org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String,
org.apache.hadoop.hbase.replication.ReplicationGroupOffset> ReplicationQueueData.getOffsets()
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) Methods in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.ReplicationGroupOffset in inModifier and TypeMethodDescriptionvoid
ReplicationQueueStorage.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.void
TableReplicationQueueStorage.setOffset
(org.apache.hadoop.hbase.replication.ReplicationQueueId queueId, String walGroup, org.apache.hadoop.hbase.replication.ReplicationGroupOffset offset, Map<String, Long> lastSeqIds) static boolean
ReplicationOffsetUtil.shouldReplicate
(org.apache.hadoop.hbase.replication.ReplicationGroupOffset offset, String wal) Constructor parameters in org.apache.hadoop.hbase.replication with type arguments of type org.apache.hadoop.hbase.replication.ReplicationGroupOffset 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)