public static final class ZooKeeperPB.ClusterUp.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder> implements ZooKeeperPB.ClusterUpOrBuilder
ClusterUp
Content of the '/hbase/running', cluster state, znode.
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.ClusterUp |
build() |
ZooKeeperPB.ClusterUp |
buildPartial() |
ZooKeeperPB.ClusterUp.Builder |
clear() |
ZooKeeperPB.ClusterUp.Builder |
clearStartDate()
required string start_date = 1; |
ZooKeeperPB.ClusterUp.Builder |
clone() |
ZooKeeperPB.ClusterUp |
getDefaultInstanceForType() |
String |
getStartDate()
required string start_date = 1; |
com.google.protobuf.ByteString |
getStartDateBytes()
required string start_date = 1; |
boolean |
hasStartDate()
required string start_date = 1; |
boolean |
isInitialized() |
ZooKeeperPB.ClusterUp.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperPB.ClusterUp.Builder |
mergeFrom(ZooKeeperPB.ClusterUp other) |
ZooKeeperPB.ClusterUp.Builder |
setStartDate(String value)
required string start_date = 1; |
ZooKeeperPB.ClusterUp.Builder |
setStartDateBytes(com.google.protobuf.ByteString value)
required string start_date = 1; |
public ZooKeeperPB.ClusterUp.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>
public ZooKeeperPB.ClusterUp.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>
public ZooKeeperPB.ClusterUp getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>
public ZooKeeperPB.ClusterUp build()
build
in interface com.google.protobuf.MessageLite.Builder
public ZooKeeperPB.ClusterUp buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ZooKeeperPB.ClusterUp.Builder mergeFrom(ZooKeeperPB.ClusterUp other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.ClusterUp,ZooKeeperPB.ClusterUp.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public ZooKeeperPB.ClusterUp.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ZooKeeperPB.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 ZooKeeperPB.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 ZooKeeperPB.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 ZooKeeperPB.ClusterUpOrBuilder
public ZooKeeperPB.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 ZooKeeperPB.ClusterUp.Builder clearStartDate()
required string start_date = 1;
If this znode is present, cluster is up. Currently the data is cluster start_date.
public ZooKeeperPB.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 © 2010-2017, The Async HBase Authors