Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
ClientProtos.CoprocessorServiceResponse |
MasterRpcServices.execMasterService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request) |
Modifier and Type | Method and Description |
---|---|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execRegionServerService(com.google.protobuf.RpcController controller,
ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call)
Make a region server endpoint call
|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(com.google.protobuf.RpcController controller,
ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call,
byte[] regionName) |
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(com.google.protobuf.RpcController controller,
MasterProtos.MasterService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClientProtos.CoprocessorServiceResponse> |
ClientProtos.CoprocessorServiceResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.Builder.build() |
ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.Builder.buildPartial() |
ClientProtos.CoprocessorServiceResponse |
MasterProtos.MasterService.BlockingInterface.execMasterService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request) |
ClientProtos.CoprocessorServiceResponse |
ClientProtos.ClientService.BlockingInterface.execRegionServerService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request) |
ClientProtos.CoprocessorServiceResponse |
ClientProtos.ClientService.BlockingInterface.execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.getDefaultInstance() |
ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.getDefaultInstanceForType() |
ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.Builder.getDefaultInstanceForType() |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseDelimitedFrom(InputStream input) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseFrom(byte[] data) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseFrom(InputStream input) |
static ClientProtos.CoprocessorServiceResponse |
ClientProtos.CoprocessorServiceResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.CoprocessorServiceResponse> |
ClientProtos.CoprocessorServiceResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.CoprocessorServiceResponse.Builder |
ClientProtos.CoprocessorServiceResponse.Builder.mergeFrom(ClientProtos.CoprocessorServiceResponse other) |
static ClientProtos.CoprocessorServiceResponse.Builder |
ClientProtos.CoprocessorServiceResponse.newBuilder(ClientProtos.CoprocessorServiceResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
MasterProtos.MasterService.execMasterService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecMasterService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); |
void |
MasterProtos.MasterService.Interface.execMasterService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecMasterService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); |
void |
MasterProtos.MasterService.Stub.execMasterService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done) |
abstract void |
ClientProtos.ClientService.execRegionServerService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecRegionServerService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); |
void |
ClientProtos.ClientService.Interface.execRegionServerService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecRegionServerService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); |
void |
ClientProtos.ClientService.Stub.execRegionServerService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done) |
abstract void |
ClientProtos.ClientService.execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); |
void |
ClientProtos.ClientService.Interface.execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); |
void |
ClientProtos.ClientService.Stub.execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done) |
Modifier and Type | Method and Description |
---|---|
ClientProtos.CoprocessorServiceResponse |
RSRpcServices.execRegionServerService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request) |
ClientProtos.CoprocessorServiceResponse |
HRegionServer.execRegionServerService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest serviceRequest) |
ClientProtos.CoprocessorServiceResponse |
RSRpcServices.execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.