| Modifier and Type | Field and Description |
|---|---|
static ReplicationGroupOffset |
ReplicationGroupOffset.BEGIN |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationGroupOffset |
ReplicationGroupOffset.parse(String str) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ReplicationGroupOffset> |
ReplicationQueueStorage.claimQueue(ReplicationQueueId queueId,
ServerName targetServerName)
Change ownership for the queue identified by queueId and belongs to a dead region server.
|
Map<String,ReplicationGroupOffset> |
TableReplicationQueueStorage.claimQueue(ReplicationQueueId queueId,
ServerName targetServerName) |
org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String,ReplicationGroupOffset> |
ReplicationQueueData.getOffsets() |
Map<String,ReplicationGroupOffset> |
ReplicationQueueStorage.getOffsets(ReplicationQueueId queueId)
Get the current offset of all the WAL groups for a queue
|
Map<String,ReplicationGroupOffset> |
TableReplicationQueueStorage.getOffsets(ReplicationQueueId queueId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationQueueStorage.setOffset(ReplicationQueueId queueId,
String walGroup,
ReplicationGroupOffset offset,
Map<String,Long> lastSeqIds)
Set the current offset for a specific WAL group in a given queue.
|
void |
TableReplicationQueueStorage.setOffset(ReplicationQueueId queueId,
String walGroup,
ReplicationGroupOffset offset,
Map<String,Long> lastSeqIds) |
| Constructor and Description |
|---|
ReplicationQueueData(ReplicationQueueId id,
org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String,ReplicationGroupOffset> offsets) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.