| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.UnassignRegionResponse |
ShortCircuitMasterConnection.unassignRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignRegionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.UnassignRegionResponse |
MasterRpcServices.unassignRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignRegionRequest req) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.UnassignRegionResponse> |
MasterProtos.UnassignRegionResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.Builder.build() |
MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.Builder.buildPartial() |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.getDefaultInstance() |
MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.getDefaultInstanceForType() |
MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.Builder.getDefaultInstanceForType() |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(byte[] data) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(ByteBuffer data) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(InputStream input) |
static MasterProtos.UnassignRegionResponse |
MasterProtos.UnassignRegionResponse.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.UnassignRegionResponse |
MasterProtos.MasterService.BlockingInterface.unassignRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignRegionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.UnassignRegionResponse> |
MasterProtos.UnassignRegionResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.UnassignRegionResponse> |
MasterProtos.UnassignRegionResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.UnassignRegionResponse.Builder |
MasterProtos.UnassignRegionResponse.Builder.mergeFrom(MasterProtos.UnassignRegionResponse other) |
static MasterProtos.UnassignRegionResponse.Builder |
MasterProtos.UnassignRegionResponse.newBuilder(MasterProtos.UnassignRegionResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MasterProtos.MasterService.unassignRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignRegionRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.UnassignRegionResponse> done)
Unassign a region from current hosting regionserver.
|
void |
MasterProtos.MasterService.Interface.unassignRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignRegionRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.UnassignRegionResponse> done)
Unassign a region from current hosting regionserver.
|
void |
MasterProtos.MasterService.Stub.unassignRegion(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignRegionRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.UnassignRegionResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.