org.apache.hadoop.hbase.protobuf.generated
Class ClusterIdProtos.ClusterId.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ClusterIdProtos.ClusterIdOrBuilder
Enclosing class:
ClusterIdProtos.ClusterId

public static final class ClusterIdProtos.ClusterId.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>
implements ClusterIdProtos.ClusterIdOrBuilder

Protobuf type ClusterId


 Content of the '/hbase/hbaseid', cluster id, znode.
 Also cluster of the ${HBASE_ROOTDIR}/hbase.id file.
 


Method Summary
 ClusterIdProtos.ClusterId build()
           
 ClusterIdProtos.ClusterId buildPartial()
           
 ClusterIdProtos.ClusterId.Builder clear()
           
 ClusterIdProtos.ClusterId.Builder clearClusterId()
          required string cluster_id = 1;
 ClusterIdProtos.ClusterId.Builder clone()
           
 String getClusterId()
          required string cluster_id = 1;
 com.google.protobuf.ByteString getClusterIdBytes()
          required string cluster_id = 1;
 ClusterIdProtos.ClusterId getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean hasClusterId()
          required string cluster_id = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ClusterIdProtos.ClusterId.Builder mergeFrom(ClusterIdProtos.ClusterId other)
           
 ClusterIdProtos.ClusterId.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterIdProtos.ClusterId.Builder mergeFrom(com.google.protobuf.Message other)
           
 ClusterIdProtos.ClusterId.Builder setClusterId(String value)
          required string cluster_id = 1;
 ClusterIdProtos.ClusterId.Builder setClusterIdBytes(com.google.protobuf.ByteString value)
          required string cluster_id = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>

clear

public ClusterIdProtos.ClusterId.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>

clone

public ClusterIdProtos.ClusterId.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>

getDefaultInstanceForType

public ClusterIdProtos.ClusterId getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public ClusterIdProtos.ClusterId build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ClusterIdProtos.ClusterId buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ClusterIdProtos.ClusterId.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClusterIdProtos.ClusterId.Builder>

mergeFrom

public ClusterIdProtos.ClusterId.Builder mergeFrom(ClusterIdProtos.ClusterId other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ClusterIdProtos.ClusterId.Builder>

mergeFrom

public ClusterIdProtos.ClusterId.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClusterIdProtos.ClusterId.Builder>
Throws:
IOException

hasClusterId

public boolean hasClusterId()
required string cluster_id = 1;
 This is the cluster id, a uuid as a String
 

Specified by:
hasClusterId in interface ClusterIdProtos.ClusterIdOrBuilder

getClusterId

public String getClusterId()
required string cluster_id = 1;
 This is the cluster id, a uuid as a String
 

Specified by:
getClusterId in interface ClusterIdProtos.ClusterIdOrBuilder

getClusterIdBytes

public com.google.protobuf.ByteString getClusterIdBytes()
required string cluster_id = 1;
 This is the cluster id, a uuid as a String
 

Specified by:
getClusterIdBytes in interface ClusterIdProtos.ClusterIdOrBuilder

setClusterId

public ClusterIdProtos.ClusterId.Builder setClusterId(String value)
required string cluster_id = 1;
 This is the cluster id, a uuid as a String
 


clearClusterId

public ClusterIdProtos.ClusterId.Builder clearClusterId()
required string cluster_id = 1;
 This is the cluster id, a uuid as a String
 


setClusterIdBytes

public ClusterIdProtos.ClusterId.Builder setClusterIdBytes(com.google.protobuf.ByteString value)
required string cluster_id = 1;
 This is the cluster id, a uuid as a String
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.