public static final class ZooKeeperProtos.ClusterUp.Builder extends com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder> implements ZooKeeperProtos.ClusterUpOrBuilder
ClusterUp
Content of the '/hbase/running', cluster state, znode.
Modifier and Type | Method and Description |
---|---|
ZooKeeperProtos.ClusterUp |
build() |
ZooKeeperProtos.ClusterUp |
buildPartial() |
ZooKeeperProtos.ClusterUp.Builder |
clear() |
ZooKeeperProtos.ClusterUp.Builder |
clearStartDate()
required string start_date = 1; |
ZooKeeperProtos.ClusterUp.Builder |
clone() |
ZooKeeperProtos.ClusterUp |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getStartDate()
required string start_date = 1; |
com.google.protobuf.ByteString |
getStartDateBytes()
required string start_date = 1; |
boolean |
hasStartDate()
required string start_date = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ZooKeeperProtos.ClusterUp.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperProtos.ClusterUp.Builder |
mergeFrom(com.google.protobuf.Message other) |
ZooKeeperProtos.ClusterUp.Builder |
mergeFrom(ZooKeeperProtos.ClusterUp other) |
ZooKeeperProtos.ClusterUp.Builder |
setStartDate(String value)
required string start_date = 1; |
ZooKeeperProtos.ClusterUp.Builder |
setStartDateBytes(com.google.protobuf.ByteString value)
required string start_date = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
public ZooKeeperProtos.ClusterUp.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
public ZooKeeperProtos.ClusterUp.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
public ZooKeeperProtos.ClusterUp getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ZooKeeperProtos.ClusterUp build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ZooKeeperProtos.ClusterUp buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ZooKeeperProtos.ClusterUp.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
public ZooKeeperProtos.ClusterUp.Builder mergeFrom(ZooKeeperProtos.ClusterUp other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
public ZooKeeperProtos.ClusterUp.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ZooKeeperProtos.ClusterUp.Builder>
IOException
public boolean hasStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
hasStartDate
in interface ZooKeeperProtos.ClusterUpOrBuilder
public String getStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
getStartDate
in interface ZooKeeperProtos.ClusterUpOrBuilder
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.
getStartDateBytes
in interface ZooKeeperProtos.ClusterUpOrBuilder
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.
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.
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 © 2007-2016 The Apache Software Foundation. All Rights Reserved.