org.apache.hadoop.hbase.protobuf.generated
Class ZooKeeperProtos.ClusterUp.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ClusterUp.Builder
- All Implemented Interfaces:
- com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ZooKeeperProtos.ClusterUpOrBuilder
- Enclosing class:
- ZooKeeperProtos.ClusterUp
public static final class ZooKeeperProtos.ClusterUp.Builder
- extends com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
- implements ZooKeeperProtos.ClusterUpOrBuilder
Protobuf type ClusterUp
Content of the '/hbase/running', cluster state, znode.
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 interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
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<ZooKeeperProtos.ClusterUp.Builder>
clear
public ZooKeeperProtos.ClusterUp.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<ZooKeeperProtos.ClusterUp.Builder>
clone
public ZooKeeperProtos.ClusterUp.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<ZooKeeperProtos.ClusterUp.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<ZooKeeperProtos.ClusterUp.Builder>
getDefaultInstanceForType
public ZooKeeperProtos.ClusterUp getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
build
public ZooKeeperProtos.ClusterUp build()
- Specified by:
build
in interface com.google.protobuf.Message.Builder
- Specified by:
build
in interface com.google.protobuf.MessageLite.Builder
buildPartial
public ZooKeeperProtos.ClusterUp buildPartial()
- Specified by:
buildPartial
in interface com.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
public ZooKeeperProtos.ClusterUp.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<ZooKeeperProtos.ClusterUp.Builder>
mergeFrom
public ZooKeeperProtos.ClusterUp.Builder mergeFrom(ZooKeeperProtos.ClusterUp other)
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
mergeFrom
public ZooKeeperProtos.ClusterUp.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<ZooKeeperProtos.ClusterUp.Builder>
- Throws:
IOException
hasStartDate
public boolean hasStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently
the data is cluster start_date.
- Specified by:
hasStartDate
in interface ZooKeeperProtos.ClusterUpOrBuilder
getStartDate
public String getStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently
the data is cluster start_date.
- Specified by:
getStartDate
in interface ZooKeeperProtos.ClusterUpOrBuilder
getStartDateBytes
public com.google.protobuf.ByteString getStartDateBytes()
required string start_date = 1;
If this znode is present, cluster is up. Currently
the data is cluster start_date.
- Specified by:
getStartDateBytes
in interface ZooKeeperProtos.ClusterUpOrBuilder
setStartDate
public ZooKeeperProtos.ClusterUp.Builder setStartDate(String value)
required string start_date = 1;
If this znode is present, cluster is up. Currently
the data is cluster start_date.
clearStartDate
public ZooKeeperProtos.ClusterUp.Builder clearStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently
the data is cluster start_date.
setStartDateBytes
public ZooKeeperProtos.ClusterUp.Builder setStartDateBytes(com.google.protobuf.ByteString value)
required string start_date = 1;
If this znode is present, cluster is up. Currently
the data is cluster start_date.
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.