Class ReplicationQueueId
java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationQueueId
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final char
private final String
private static final char
private final ServerName
private final Optional<ServerName>
-
Constructor Summary
ConstructorDescriptionReplicationQueueId
(ServerName serverName, String peerId) ReplicationQueueId
(ServerName serverName, String peerId, ServerName sourceServerName) -
Method Summary
Modifier and TypeMethodDescriptionclaim
(ServerName targetServerName) boolean
private static char
getNextChar
(char c) static String
static byte[]
getScanPrefix
(String peerId) static byte[]
getScanPrefix
(ServerName serverName, String peerId) static byte[]
getScanStartRowForNextPeerId
(String peerId) int
hashCode()
boolean
static ReplicationQueueId
toString()
-
Field Details
-
serverName
-
peerId
-
sourceServerName
-
PEER_ID_SEPARATOR
- See Also:
-
SERVER_NAME_SEPARATOR
- See Also:
-
-
Constructor Details
-
ReplicationQueueId
-
ReplicationQueueId
-
-
Method Details