public static final class ZooKeeperProtos.ClusterUp.Builder extends <any> 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 |
setStartDate(String value)
required string start_date = 1; |
ZooKeeperProtos.ClusterUp.Builder |
setStartDateBytes(com.google.protobuf.ByteString value)
required string start_date = 1; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public ZooKeeperProtos.ClusterUp.Builder clear()
public ZooKeeperProtos.ClusterUp.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public ZooKeeperProtos.ClusterUp getDefaultInstanceForType()
public ZooKeeperProtos.ClusterUp build()
public ZooKeeperProtos.ClusterUp buildPartial()
public ZooKeeperProtos.ClusterUp.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public ZooKeeperProtos.ClusterUp.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic 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.ClusterUpOrBuilderpublic 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.ClusterUpOrBuilderpublic 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.ClusterUpOrBuilderpublic 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.