|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtos.CoprocessorServiceResponse | |
---|---|
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 |
Uses of ClientProtos.CoprocessorServiceResponse in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master that return ClientProtos.CoprocessorServiceResponse | |
---|---|
ClientProtos.CoprocessorServiceResponse |
HMaster.execMasterService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request)
|
Uses of ClientProtos.CoprocessorServiceResponse in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf that return ClientProtos.CoprocessorServiceResponse | |
---|---|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execRegionServerService(ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call)
Make a region server endpoint call |
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call,
byte[] regionName)
|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call,
byte[] regionName,
PayloadCarryingRpcController controller)
|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(MasterProtos.MasterService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call)
|
Uses of ClientProtos.CoprocessorServiceResponse in org.apache.hadoop.hbase.protobuf.generated |
---|
Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClientProtos.CoprocessorServiceResponse | |
---|---|
static com.google.protobuf.Parser<ClientProtos.CoprocessorServiceResponse> |
ClientProtos.CoprocessorServiceResponse.PARSER
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.CoprocessorServiceResponse | |
---|---|
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)
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.CoprocessorServiceResponse | |
---|---|
com.google.protobuf.Parser<ClientProtos.CoprocessorServiceResponse> |
ClientProtos.CoprocessorServiceResponse.getParserForType()
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.CoprocessorServiceResponse | |
---|---|
ClientProtos.CoprocessorServiceResponse.Builder |
ClientProtos.CoprocessorServiceResponse.Builder.mergeFrom(ClientProtos.CoprocessorServiceResponse other)
|
static ClientProtos.CoprocessorServiceResponse.Builder |
ClientProtos.CoprocessorServiceResponse.newBuilder(ClientProtos.CoprocessorServiceResponse prototype)
|
Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClientProtos.CoprocessorServiceResponse | |
---|---|
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)
|
Uses of ClientProtos.CoprocessorServiceResponse in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return ClientProtos.CoprocessorServiceResponse | |
---|---|
ClientProtos.CoprocessorServiceResponse |
HRegionServer.execRegionServerService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest serviceRequest)
|
ClientProtos.CoprocessorServiceResponse |
HRegionServer.execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |