public static final class ClusterStatusProtos.RegionState extends com.google.protobuf.GeneratedMessage implements ClusterStatusProtos.RegionStateOrBuilder
RegionState| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClusterStatusProtos.RegionState.Builder
Protobuf type  
RegionState | 
static class  | 
ClusterStatusProtos.RegionState.State
Protobuf enum  
RegionState.State | 
| Modifier and Type | Field and Description | 
|---|---|
static <any> | 
PARSER  | 
static int | 
REGION_INFO_FIELD_NUMBER  | 
static int | 
STAMP_FIELD_NUMBER  | 
static int | 
STATE_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static ClusterStatusProtos.RegionState | 
getDefaultInstance()  | 
ClusterStatusProtos.RegionState | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
<any> | 
getParserForType()  | 
HBaseProtos.RegionInfo | 
getRegionInfo()
required .RegionInfo region_info = 1; | 
HBaseProtos.RegionInfoOrBuilder | 
getRegionInfoOrBuilder()
required .RegionInfo region_info = 1; | 
int | 
getSerializedSize()  | 
long | 
getStamp()
optional uint64 stamp = 3; | 
ClusterStatusProtos.RegionState.State | 
getState()
required .RegionState.State state = 2; | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
int | 
hashCode()  | 
boolean | 
hasRegionInfo()
required .RegionInfo region_info = 1; | 
boolean | 
hasStamp()
optional uint64 stamp = 3; | 
boolean | 
hasState()
required .RegionState.State state = 2; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static ClusterStatusProtos.RegionState.Builder | 
newBuilder()  | 
static ClusterStatusProtos.RegionState.Builder | 
newBuilder(ClusterStatusProtos.RegionState prototype)  | 
ClusterStatusProtos.RegionState.Builder | 
newBuilderForType()  | 
protected ClusterStatusProtos.RegionState.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static ClusterStatusProtos.RegionState | 
parseDelimitedFrom(InputStream input)  | 
static ClusterStatusProtos.RegionState | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ClusterStatusProtos.RegionState | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ClusterStatusProtos.RegionState | 
parseFrom(com.google.protobuf.ByteString data)  | 
static ClusterStatusProtos.RegionState | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ClusterStatusProtos.RegionState | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static ClusterStatusProtos.RegionState | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ClusterStatusProtos.RegionState | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
ClusterStatusProtos.RegionState.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int REGION_INFO_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int STAMP_FIELD_NUMBER
public static ClusterStatusProtos.RegionState getDefaultInstance()
public ClusterStatusProtos.RegionState 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 hasRegionInfo()
required .RegionInfo region_info = 1;hasRegionInfo in interface ClusterStatusProtos.RegionStateOrBuilderpublic HBaseProtos.RegionInfo getRegionInfo()
required .RegionInfo region_info = 1;getRegionInfo in interface ClusterStatusProtos.RegionStateOrBuilderpublic HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder()
required .RegionInfo region_info = 1;getRegionInfoOrBuilder in interface ClusterStatusProtos.RegionStateOrBuilderpublic boolean hasState()
required .RegionState.State state = 2;hasState in interface ClusterStatusProtos.RegionStateOrBuilderpublic ClusterStatusProtos.RegionState.State getState()
required .RegionState.State state = 2;getState in interface ClusterStatusProtos.RegionStateOrBuilderpublic boolean hasStamp()
optional uint64 stamp = 3;hasStamp in interface ClusterStatusProtos.RegionStateOrBuilderpublic long getStamp()
optional uint64 stamp = 3;getStamp in interface ClusterStatusProtos.RegionStateOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static ClusterStatusProtos.RegionState parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionState parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionState parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionState parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionState parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionState parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionState parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionState parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionState.Builder newBuilder()
public ClusterStatusProtos.RegionState.Builder newBuilderForType()
public static ClusterStatusProtos.RegionState.Builder newBuilder(ClusterStatusProtos.RegionState prototype)
public ClusterStatusProtos.RegionState.Builder toBuilder()
protected ClusterStatusProtos.RegionState.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)