public static final class MasterProtos.GetClusterStatusResponse extends com.google.protobuf.GeneratedMessage implements MasterProtos.GetClusterStatusResponseOrBuilder
hbase.pb.GetClusterStatusResponse| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.GetClusterStatusResponse.Builder
Protobuf type
hbase.pb.GetClusterStatusResponse |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLUSTER_STATUS_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ClusterStatusProtos.ClusterStatus |
getClusterStatus()
required .hbase.pb.ClusterStatus cluster_status = 1; |
ClusterStatusProtos.ClusterStatusOrBuilder |
getClusterStatusOrBuilder()
required .hbase.pb.ClusterStatus cluster_status = 1; |
static MasterProtos.GetClusterStatusResponse |
getDefaultInstance() |
MasterProtos.GetClusterStatusResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClusterStatus()
required .hbase.pb.ClusterStatus cluster_status = 1; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.GetClusterStatusResponse.Builder |
newBuilder() |
static MasterProtos.GetClusterStatusResponse.Builder |
newBuilder(MasterProtos.GetClusterStatusResponse prototype) |
MasterProtos.GetClusterStatusResponse.Builder |
newBuilderForType() |
protected MasterProtos.GetClusterStatusResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.GetClusterStatusResponse |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.GetClusterStatusResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetClusterStatusResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetClusterStatusResponse |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.GetClusterStatusResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetClusterStatusResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.GetClusterStatusResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetClusterStatusResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.GetClusterStatusResponse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int CLUSTER_STATUS_FIELD_NUMBER
public static MasterProtos.GetClusterStatusResponse getDefaultInstance()
public MasterProtos.GetClusterStatusResponse getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasClusterStatus()
required .hbase.pb.ClusterStatus cluster_status = 1;hasClusterStatus in interface MasterProtos.GetClusterStatusResponseOrBuilderpublic ClusterStatusProtos.ClusterStatus getClusterStatus()
required .hbase.pb.ClusterStatus cluster_status = 1;getClusterStatus in interface MasterProtos.GetClusterStatusResponseOrBuilderpublic ClusterStatusProtos.ClusterStatusOrBuilder getClusterStatusOrBuilder()
required .hbase.pb.ClusterStatus cluster_status = 1;getClusterStatusOrBuilder in interface MasterProtos.GetClusterStatusResponseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static MasterProtos.GetClusterStatusResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.GetClusterStatusResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.GetClusterStatusResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.GetClusterStatusResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetClusterStatusResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetClusterStatusResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetClusterStatusResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetClusterStatusResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetClusterStatusResponse.Builder newBuilder()
public MasterProtos.GetClusterStatusResponse.Builder newBuilderForType()
public static MasterProtos.GetClusterStatusResponse.Builder newBuilder(MasterProtos.GetClusterStatusResponse prototype)
public MasterProtos.GetClusterStatusResponse.Builder toBuilder()
protected MasterProtos.GetClusterStatusResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)