@InterfaceAudience.LimitedPrivate(value={"Replication","Coprocesssor"}) public interface WALKey extends SequenceId, Comparable<WALKey>
Modifier and Type | Field and Description |
---|---|
static List<UUID> |
EMPTY_UUIDS
Unmodifiable empty list of UUIDs.
|
NO_SEQUENCE_ID
Modifier and Type | Method and Description |
---|---|
default long |
estimatedSerializedSizeOf() |
byte[] |
getEncodedRegionName() |
default long |
getNonce() |
default long |
getNonceGroup() |
UUID |
getOriginatingClusterId() |
long |
getOrigLogSeqNum()
Return a positive long if current WALKeyImpl is created from a replay edit; a replay edit is an
edit that came in when replaying WALs of a crashed server.
|
TableName |
getTableName() |
long |
getWriteTime() |
default Map<String,Object> |
toStringMap()
Produces a string map for this key.
|
getSequenceId
compareTo
static final List<UUID> EMPTY_UUIDS
default long estimatedSerializedSizeOf()
byte[] getEncodedRegionName()
TableName getTableName()
long getWriteTime()
default long getNonceGroup()
default long getNonce()
UUID getOriginatingClusterId()
long getOrigLogSeqNum()
default Map<String,Object> toStringMap()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.