<hostname> ' {@link #SERVERNAME_SEPARATOR}' <port> ' {@link #SERVERNAME_SEPARATOR}' <startcode> . For example, if hostname is example.org, port is 1234, and the startcode for the fserver is 1212121212, then the {@link #toString()} would beexample.org,1234,1212121212. You can obtain a versioned serialized form of this class by calling {@link #getVersionedBytes()}. To deserialize, call {@link #parseVersionedServerName(byte[])}
Immutable.
<hostname> ' {@link #SERVERNAME_SEPARATOR}' <port> ' {@link #SERVERNAME_SEPARATOR}' <startcode>. For example, if hostname is www.example.org, port is 1234, and the startcode for the regionserver is 1212121212, then the {@link #toString()} would be www.example.org,1234,1212121212.You can obtain a versioned serialized form of this class by calling {@link #getVersionedBytes()}. To deserialize, call {@link #parseVersionedServerName(byte[])}
Immutable.
| |
| |
| |