| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.UnassignsResponse |
MasterRpcServices.unassigns(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignsRequest request)
A 'raw' version of unassign that does bulk and skirts Master state checks (unassigns can be
made during Master startup).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.UnassignsResponse> |
MasterProtos.UnassignsResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.Builder.build() |
MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.Builder.buildPartial() |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.getDefaultInstance() |
MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.getDefaultInstanceForType() |
MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.Builder.getDefaultInstanceForType() |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(byte[] data) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(ByteBuffer data) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(InputStream input) |
static MasterProtos.UnassignsResponse |
MasterProtos.UnassignsResponse.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.UnassignsResponse |
MasterProtos.HbckService.BlockingInterface.unassigns(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.UnassignsResponse> |
MasterProtos.UnassignsResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.UnassignsResponse> |
MasterProtos.UnassignsResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.UnassignsResponse.Builder |
MasterProtos.UnassignsResponse.Builder.mergeFrom(MasterProtos.UnassignsResponse other) |
static MasterProtos.UnassignsResponse.Builder |
MasterProtos.UnassignsResponse.newBuilder(MasterProtos.UnassignsResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MasterProtos.HbckService.unassigns(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.UnassignsResponse> done)
Unassign regions
Like Admin's unssign but works even if the
Master is initializing.
|
void |
MasterProtos.HbckService.Interface.unassigns(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.UnassignsResponse> done)
Unassign regions
Like Admin's unssign but works even if the
Master is initializing.
|
void |
MasterProtos.HbckService.Stub.unassigns(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.UnassignsResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.