public static final class AdminProtos.OpenRegionResponse extends com.google.protobuf.GeneratedMessage implements AdminProtos.OpenRegionResponseOrBuilder
hbase.pb.OpenRegionResponse| Modifier and Type | Class and Description |
|---|---|
static class |
AdminProtos.OpenRegionResponse.Builder
Protobuf type
hbase.pb.OpenRegionResponse |
static class |
AdminProtos.OpenRegionResponse.RegionOpeningState
Protobuf enum
hbase.pb.OpenRegionResponse.RegionOpeningState |
| Modifier and Type | Field and Description |
|---|---|
static int |
OPENING_STATE_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static AdminProtos.OpenRegionResponse |
getDefaultInstance() |
AdminProtos.OpenRegionResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
AdminProtos.OpenRegionResponse.RegionOpeningState |
getOpeningState(int index)
repeated .hbase.pb.OpenRegionResponse.RegionOpeningState opening_state = 1; |
int |
getOpeningStateCount()
repeated .hbase.pb.OpenRegionResponse.RegionOpeningState opening_state = 1; |
java.util.List<AdminProtos.OpenRegionResponse.RegionOpeningState> |
getOpeningStateList()
repeated .hbase.pb.OpenRegionResponse.RegionOpeningState opening_state = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AdminProtos.OpenRegionResponse.Builder |
newBuilder() |
static AdminProtos.OpenRegionResponse.Builder |
newBuilder(AdminProtos.OpenRegionResponse prototype) |
AdminProtos.OpenRegionResponse.Builder |
newBuilderForType() |
protected AdminProtos.OpenRegionResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AdminProtos.OpenRegionResponse |
parseDelimitedFrom(java.io.InputStream input) |
static AdminProtos.OpenRegionResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionResponse |
parseFrom(com.google.protobuf.ByteString data) |
static AdminProtos.OpenRegionResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AdminProtos.OpenRegionResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.OpenRegionResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AdminProtos.OpenRegionResponse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int OPENING_STATE_FIELD_NUMBER
public static AdminProtos.OpenRegionResponse getDefaultInstance()
public AdminProtos.OpenRegionResponse 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 java.util.List<AdminProtos.OpenRegionResponse.RegionOpeningState> getOpeningStateList()
repeated .hbase.pb.OpenRegionResponse.RegionOpeningState opening_state = 1;getOpeningStateList in interface AdminProtos.OpenRegionResponseOrBuilderpublic int getOpeningStateCount()
repeated .hbase.pb.OpenRegionResponse.RegionOpeningState opening_state = 1;getOpeningStateCount in interface AdminProtos.OpenRegionResponseOrBuilderpublic AdminProtos.OpenRegionResponse.RegionOpeningState getOpeningState(int index)
repeated .hbase.pb.OpenRegionResponse.RegionOpeningState opening_state = 1;getOpeningState in interface AdminProtos.OpenRegionResponseOrBuilderpublic 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 AdminProtos.OpenRegionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.OpenRegionResponse.Builder newBuilder()
public AdminProtos.OpenRegionResponse.Builder newBuilderForType()
public static AdminProtos.OpenRegionResponse.Builder newBuilder(AdminProtos.OpenRegionResponse prototype)
public AdminProtos.OpenRegionResponse.Builder toBuilder()
protected AdminProtos.OpenRegionResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)