Class ReplicationQueueData
java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationQueueData
Representing all the information for a replication queue.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ReplicationQueueIdprivate final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String,ReplicationGroupOffset> -
Constructor Summary
ConstructorsConstructorDescriptionReplicationQueueData(ReplicationQueueId id, org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String, ReplicationGroupOffset> offsets) -
Method Summary
Modifier and TypeMethodDescriptiongetId()org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String,ReplicationGroupOffset>
-
Field Details
-
id
-
offsets
private final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String,ReplicationGroupOffset> offsets
-
-
Constructor Details
-
ReplicationQueueData
public ReplicationQueueData(ReplicationQueueId id, org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String, ReplicationGroupOffset> offsets)
-
-
Method Details
-
getId
-
getOffsets
public org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String,ReplicationGroupOffset> getOffsets()
-