| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ClearDeadServersResponse |
ShortCircuitMasterConnection.clearDeadServers(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ClearDeadServersRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ClearDeadServersResponse |
MasterRpcServices.clearDeadServers(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ClearDeadServersRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static MasterProtos.ClearDeadServersRequest |
RequestConverter.buildClearDeadServersRequest(Collection<ServerName> deadServers) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ClearDeadServersRequest> |
MasterProtos.ClearDeadServersRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.Builder.build() |
MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.Builder.buildPartial() |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.getDefaultInstance() |
MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.getDefaultInstanceForType() |
MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(byte[] data) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(ByteBuffer data) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(InputStream input) |
static MasterProtos.ClearDeadServersRequest |
MasterProtos.ClearDeadServersRequest.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ClearDeadServersRequest> |
MasterProtos.ClearDeadServersRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ClearDeadServersRequest> |
MasterProtos.ClearDeadServersRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ClearDeadServersResponse |
MasterProtos.MasterService.BlockingInterface.clearDeadServers(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ClearDeadServersRequest request) |
abstract void |
MasterProtos.MasterService.clearDeadServers(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ClearDeadServersRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ClearDeadServersResponse> done)
clear dead servers from master
|
void |
MasterProtos.MasterService.Interface.clearDeadServers(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ClearDeadServersRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ClearDeadServersResponse> done)
clear dead servers from master
|
void |
MasterProtos.MasterService.Stub.clearDeadServers(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ClearDeadServersRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ClearDeadServersResponse> done) |
MasterProtos.ClearDeadServersRequest.Builder |
MasterProtos.ClearDeadServersRequest.Builder.mergeFrom(MasterProtos.ClearDeadServersRequest other) |
static MasterProtos.ClearDeadServersRequest.Builder |
MasterProtos.ClearDeadServersRequest.newBuilder(MasterProtos.ClearDeadServersRequest prototype) |
Copyright © 2007–2019 Cloudera. All rights reserved.