@InterfaceAudience.Private public class ClusterId extends Object
限定符和类型 | 方法和说明 |
---|---|
org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId |
convert() |
static ClusterId |
convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId cid) |
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 org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId convert()
public static ClusterId convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId cid)
cid
- ClusterId
made from the passed in cid
public String toString()
toString
在类中 Object
Object.toString()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.