Constructor and Description |
---|
ClusterId()
New ClusterID.
|
ClusterId(String uuid) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId |
convert()
Returns A pb instance to represent this instance.
|
static ClusterId |
convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId cid)
n * @return A
ClusterId made from the passed in cid |
static ClusterId |
parseFrom(byte[] bytes)
Parse the serialized representation of the
ClusterId |
byte[] |
toByteArray()
Returns The clusterid serialized using pb w/ pb magic prefix
|
String |
toString() |
public ClusterId()
public byte[] toByteArray()
public static ClusterId parseFrom(byte[] bytes) throws DeserializationException
ClusterId
bytes
- A pb serialized ClusterId
instance with pb magic prefixClusterId
made from bytes
n * @see #toByteArray()DeserializationException
public org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId convert()
public static ClusterId convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId cid)
ClusterId
made from the passed in cid
public String toString()
toString
in class Object
Object.toString()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.