@InterfaceAudience.Private public class ClusterId extends Object
Constructor and Description |
---|
ClusterId()
New ClusterID.
|
ClusterId(String uuid) |
Modifier and Type | Method and Description |
---|---|
static ClusterId |
parseFrom(byte[] bytes) |
byte[] |
toByteArray() |
String |
toString() |
public ClusterId()
public ClusterId(String uuid)
public byte[] toByteArray()
public static ClusterId parseFrom(byte[] bytes) throws DeserializationException
bytes
- A pb serialized ClusterId
instance with pb magic prefixClusterId
made from bytes
DeserializationException
toByteArray()
public String toString()
toString
in class Object
Object.toString()