public static final class ClusterStatusPB.RegionState extends com.google.protobuf.GeneratedMessageLite implements ClusterStatusPB.RegionStateOrBuilder
RegionState
Modifier and Type | Class and Description |
---|---|
static class |
ClusterStatusPB.RegionState.Builder
Protobuf type
RegionState |
static class |
ClusterStatusPB.RegionState.State
Protobuf enum
RegionState.State |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClusterStatusPB.RegionState> |
PARSER |
static int |
REGION_INFO_FIELD_NUMBER |
static int |
STAMP_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static ClusterStatusPB.RegionState |
getDefaultInstance() |
ClusterStatusPB.RegionState |
getDefaultInstanceForType() |
com.google.protobuf.Parser<ClusterStatusPB.RegionState> |
getParserForType() |
HBasePB.RegionInfo |
getRegionInfo()
required .RegionInfo region_info = 1; |
int |
getSerializedSize() |
long |
getStamp()
optional uint64 stamp = 3; |
ClusterStatusPB.RegionState.State |
getState()
required .RegionState.State state = 2; |
boolean |
hasRegionInfo()
required .RegionInfo region_info = 1; |
boolean |
hasStamp()
optional uint64 stamp = 3; |
boolean |
hasState()
required .RegionState.State state = 2; |
boolean |
isInitialized() |
static ClusterStatusPB.RegionState.Builder |
newBuilder() |
static ClusterStatusPB.RegionState.Builder |
newBuilder(ClusterStatusPB.RegionState prototype) |
ClusterStatusPB.RegionState.Builder |
newBuilderForType() |
static ClusterStatusPB.RegionState |
parseDelimitedFrom(InputStream input) |
static ClusterStatusPB.RegionState |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.RegionState |
parseFrom(byte[] data) |
static ClusterStatusPB.RegionState |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.RegionState |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusPB.RegionState |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.RegionState |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusPB.RegionState |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.RegionState |
parseFrom(InputStream input) |
static ClusterStatusPB.RegionState |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusPB.RegionState.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<ClusterStatusPB.RegionState> 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 ClusterStatusPB.RegionState getDefaultInstance()
public ClusterStatusPB.RegionState getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClusterStatusPB.RegionState> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasRegionInfo()
required .RegionInfo region_info = 1;
hasRegionInfo
in interface ClusterStatusPB.RegionStateOrBuilder
public HBasePB.RegionInfo getRegionInfo()
required .RegionInfo region_info = 1;
getRegionInfo
in interface ClusterStatusPB.RegionStateOrBuilder
public boolean hasState()
required .RegionState.State state = 2;
hasState
in interface ClusterStatusPB.RegionStateOrBuilder
public ClusterStatusPB.RegionState.State getState()
required .RegionState.State state = 2;
getState
in interface ClusterStatusPB.RegionStateOrBuilder
public boolean hasStamp()
optional uint64 stamp = 3;
hasStamp
in interface ClusterStatusPB.RegionStateOrBuilder
public long getStamp()
optional uint64 stamp = 3;
getStamp
in interface ClusterStatusPB.RegionStateOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClusterStatusPB.RegionState parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.RegionState parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.RegionState parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.RegionState parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.RegionState parseFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.RegionState parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.RegionState parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.RegionState parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.RegionState parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClusterStatusPB.RegionState parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.RegionState.Builder newBuilder()
public ClusterStatusPB.RegionState.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClusterStatusPB.RegionState.Builder newBuilder(ClusterStatusPB.RegionState prototype)
public ClusterStatusPB.RegionState.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors