public static final class ClusterIdPB.ClusterId extends com.google.protobuf.GeneratedMessageLite implements ClusterIdPB.ClusterIdOrBuilder
ClusterId
Content of the '/hbase/hbaseid', cluster id, znode. Also cluster of the ${HBASE_ROOTDIR}/hbase.id file.
Modifier and Type | Class and Description |
---|---|
static class |
ClusterIdPB.ClusterId.Builder
Protobuf type
ClusterId |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
Modifier and Type | Field and Description |
---|---|
static int |
CLUSTER_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<ClusterIdPB.ClusterId> |
PARSER |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
required string cluster_id = 1; |
com.google.protobuf.ByteString |
getClusterIdBytes()
required string cluster_id = 1; |
static ClusterIdPB.ClusterId |
getDefaultInstance() |
ClusterIdPB.ClusterId |
getDefaultInstanceForType() |
com.google.protobuf.Parser<ClusterIdPB.ClusterId> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasClusterId()
required string cluster_id = 1; |
boolean |
isInitialized() |
static ClusterIdPB.ClusterId.Builder |
newBuilder() |
static ClusterIdPB.ClusterId.Builder |
newBuilder(ClusterIdPB.ClusterId prototype) |
ClusterIdPB.ClusterId.Builder |
newBuilderForType() |
static ClusterIdPB.ClusterId |
parseDelimitedFrom(InputStream input) |
static ClusterIdPB.ClusterId |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterIdPB.ClusterId |
parseFrom(byte[] data) |
static ClusterIdPB.ClusterId |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterIdPB.ClusterId |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterIdPB.ClusterId |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterIdPB.ClusterId |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterIdPB.ClusterId |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterIdPB.ClusterId |
parseFrom(InputStream input) |
static ClusterIdPB.ClusterId |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterIdPB.ClusterId.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<ClusterIdPB.ClusterId> PARSER
public static final int CLUSTER_ID_FIELD_NUMBER
public static ClusterIdPB.ClusterId getDefaultInstance()
public ClusterIdPB.ClusterId getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClusterIdPB.ClusterId> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
hasClusterId
in interface ClusterIdPB.ClusterIdOrBuilder
public String getClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
getClusterId
in interface ClusterIdPB.ClusterIdOrBuilder
public com.google.protobuf.ByteString getClusterIdBytes()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
getClusterIdBytes
in interface ClusterIdPB.ClusterIdOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClusterIdPB.ClusterId parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterIdPB.ClusterId parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterIdPB.ClusterId parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterIdPB.ClusterId parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterIdPB.ClusterId parseFrom(InputStream input) throws IOException
IOException
public static ClusterIdPB.ClusterId parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterIdPB.ClusterId parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClusterIdPB.ClusterId parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterIdPB.ClusterId parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClusterIdPB.ClusterId parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterIdPB.ClusterId.Builder newBuilder()
public ClusterIdPB.ClusterId.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClusterIdPB.ClusterId.Builder newBuilder(ClusterIdPB.ClusterId prototype)
public ClusterIdPB.ClusterId.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors