Class ReplicationQueueId
java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationQueueId
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final charprivate final Stringprivate static final charprivate final ServerNameprivate final Optional<ServerName> -
Constructor Summary
ConstructorsConstructorDescriptionReplicationQueueId(ServerName serverName, String peerId) ReplicationQueueId(ServerName serverName, String peerId, ServerName sourceServerName) -
Method Summary
Modifier and TypeMethodDescriptionclaim(ServerName targetServerName) booleanprivate static chargetNextChar(char c) static Stringstatic byte[]getScanPrefix(String peerId) static byte[]getScanPrefix(ServerName serverName, String peerId) static byte[]getScanStartRowForNextPeerId(String peerId) inthashCode()booleanstatic ReplicationQueueIdtoString()
-
Field Details
-
serverName
-
peerId
-
sourceServerName
-
PEER_ID_SEPARATOR
- See Also:
-
SERVER_NAME_SEPARATOR
- See Also:
-
-
Constructor Details
-
ReplicationQueueId
-
ReplicationQueueId
-
-
Method Details