| 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.ExecProcedureResponse |
ShortCircuitMasterConnection.execProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request) |
MasterProtos.ExecProcedureResponse |
ShortCircuitMasterConnection.execProcedureWithRet(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ExecProcedureResponse |
MasterRpcServices.execProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request)
Triggers an asynchronous attempt to run a distributed procedure.
|
MasterProtos.ExecProcedureResponse |
MasterRpcServices.execProcedureWithRet(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request)
Triggers a synchronous attempt to run a distributed procedure and sets
return data in response.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ExecProcedureResponse> |
MasterProtos.ExecProcedureResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.Builder.build() |
MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.Builder.buildPartial() |
MasterProtos.ExecProcedureResponse |
MasterProtos.MasterService.BlockingInterface.execProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request) |
MasterProtos.ExecProcedureResponse |
MasterProtos.MasterService.BlockingInterface.execProcedureWithRet(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.getDefaultInstance() |
MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.getDefaultInstanceForType() |
MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.Builder.getDefaultInstanceForType() |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseFrom(byte[] data) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseFrom(ByteBuffer data) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.parseFrom(InputStream input) |
static MasterProtos.ExecProcedureResponse |
MasterProtos.ExecProcedureResponse.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.ExecProcedureResponse> |
MasterProtos.ExecProcedureResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ExecProcedureResponse> |
MasterProtos.ExecProcedureResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ExecProcedureResponse.Builder |
MasterProtos.ExecProcedureResponse.Builder.mergeFrom(MasterProtos.ExecProcedureResponse other) |
static MasterProtos.ExecProcedureResponse.Builder |
MasterProtos.ExecProcedureResponse.newBuilder(MasterProtos.ExecProcedureResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MasterProtos.MasterService.execProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ExecProcedureResponse> done)
Execute a distributed procedure.
|
void |
MasterProtos.MasterService.Interface.execProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ExecProcedureResponse> done)
Execute a distributed procedure.
|
void |
MasterProtos.MasterService.Stub.execProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ExecProcedureResponse> done) |
abstract void |
MasterProtos.MasterService.execProcedureWithRet(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ExecProcedureResponse> done)
Execute a distributed procedure with return data.
|
void |
MasterProtos.MasterService.Interface.execProcedureWithRet(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ExecProcedureResponse> done)
Execute a distributed procedure with return data.
|
void |
MasterProtos.MasterService.Stub.execProcedureWithRet(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ExecProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ExecProcedureResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.