public static final class MasterProtos.UnassignRegionRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.UnassignRegionRequestOrBuilder
hbase.pb.UnassignRegionRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.UnassignRegionRequest.Builder
Protobuf type
hbase.pb.UnassignRegionRequest |
| Modifier and Type | Field and Description |
|---|---|
static int |
FORCE_FIELD_NUMBER |
static <any> |
PARSER |
static int |
REGION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProtos.UnassignRegionRequest |
getDefaultInstance() |
MasterProtos.UnassignRegionRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getForce()
optional bool force = 2 [default = false]; |
<any> |
getParserForType() |
HBaseProtos.RegionSpecifier |
getRegion()
required .hbase.pb.RegionSpecifier region = 1; |
HBaseProtos.RegionSpecifierOrBuilder |
getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasForce()
optional bool force = 2 [default = false]; |
int |
hashCode() |
boolean |
hasRegion()
required .hbase.pb.RegionSpecifier region = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.UnassignRegionRequest.Builder |
newBuilder() |
static MasterProtos.UnassignRegionRequest.Builder |
newBuilder(MasterProtos.UnassignRegionRequest prototype) |
MasterProtos.UnassignRegionRequest.Builder |
newBuilderForType() |
protected MasterProtos.UnassignRegionRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.UnassignRegionRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.UnassignRegionRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignRegionRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignRegionRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.UnassignRegionRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignRegionRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.UnassignRegionRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignRegionRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.UnassignRegionRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int REGION_FIELD_NUMBER
public static final int FORCE_FIELD_NUMBER
public static MasterProtos.UnassignRegionRequest getDefaultInstance()
public MasterProtos.UnassignRegionRequest 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 hasRegion()
required .hbase.pb.RegionSpecifier region = 1;hasRegion in interface MasterProtos.UnassignRegionRequestOrBuilderpublic HBaseProtos.RegionSpecifier getRegion()
required .hbase.pb.RegionSpecifier region = 1;getRegion in interface MasterProtos.UnassignRegionRequestOrBuilderpublic HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1;getRegionOrBuilder in interface MasterProtos.UnassignRegionRequestOrBuilderpublic boolean hasForce()
optional bool force = 2 [default = false];hasForce in interface MasterProtos.UnassignRegionRequestOrBuilderpublic boolean getForce()
optional bool force = 2 [default = false];getForce in interface MasterProtos.UnassignRegionRequestOrBuilderpublic 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.UnassignRegionRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.UnassignRegionRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.UnassignRegionRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.UnassignRegionRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.UnassignRegionRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.UnassignRegionRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.UnassignRegionRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.UnassignRegionRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.UnassignRegionRequest.Builder newBuilder()
public MasterProtos.UnassignRegionRequest.Builder newBuilderForType()
public static MasterProtos.UnassignRegionRequest.Builder newBuilder(MasterProtos.UnassignRegionRequest prototype)
public MasterProtos.UnassignRegionRequest.Builder toBuilder()
protected MasterProtos.UnassignRegionRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)