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, parseUnknownFieldpublic 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.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClusterIdPB.ClusterId> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
hasClusterId in interface ClusterIdPB.ClusterIdOrBuilderpublic String getClusterId()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
getClusterId in interface ClusterIdPB.ClusterIdOrBuilderpublic com.google.protobuf.ByteString getClusterIdBytes()
required string cluster_id = 1;
This is the cluster id, a uuid as a String
getClusterIdBytes in interface ClusterIdPB.ClusterIdOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ClusterIdPB.ClusterId parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterIdPB.ClusterId parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterIdPB.ClusterId parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterIdPB.ClusterId parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterIdPB.ClusterId parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterIdPB.ClusterId parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterIdPB.ClusterId parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterIdPB.ClusterId parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterIdPB.ClusterId parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterIdPB.ClusterId parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterIdPB.ClusterId.Builder newBuilder()
public ClusterIdPB.ClusterId.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClusterIdPB.ClusterId.Builder newBuilder(ClusterIdPB.ClusterId prototype)
public ClusterIdPB.ClusterId.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors