Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceRequest

Packages that use ClientProtos.CoprocessorServiceRequest
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.regionserver   
 

Uses of ClientProtos.CoprocessorServiceRequest in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master with parameters of type ClientProtos.CoprocessorServiceRequest
 ClientProtos.CoprocessorServiceResponse HMaster.execMasterService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request)
           
 

Uses of ClientProtos.CoprocessorServiceRequest in org.apache.hadoop.hbase.protobuf.generated
 

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClientProtos.CoprocessorServiceRequest
static com.google.protobuf.Parser<ClientProtos.CoprocessorServiceRequest> ClientProtos.CoprocessorServiceRequest.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.CoprocessorServiceRequest
 ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.Builder.build()
           
 ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.Builder.buildPartial()
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.getDefaultInstance()
           
 ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.getDefaultInstanceForType()
           
 ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.Builder.getDefaultInstanceForType()
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseDelimitedFrom(InputStream input)
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseFrom(byte[] data)
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseFrom(com.google.protobuf.ByteString data)
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseFrom(InputStream input)
           
static ClientProtos.CoprocessorServiceRequest ClientProtos.CoprocessorServiceRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.CoprocessorServiceRequest
 com.google.protobuf.Parser<ClientProtos.CoprocessorServiceRequest> ClientProtos.CoprocessorServiceRequest.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.CoprocessorServiceRequest
 ClientProtos.CoprocessorServiceResponse MasterProtos.MasterService.BlockingInterface.execMasterService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request)
           
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)
           
 ClientProtos.CoprocessorServiceResponse ClientProtos.ClientService.BlockingInterface.execRegionServerService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request)
           
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)
           
 ClientProtos.CoprocessorServiceResponse ClientProtos.ClientService.BlockingInterface.execService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request)
           
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)
           
 ClientProtos.CoprocessorServiceRequest.Builder ClientProtos.CoprocessorServiceRequest.Builder.mergeFrom(ClientProtos.CoprocessorServiceRequest other)
           
static ClientProtos.CoprocessorServiceRequest.Builder ClientProtos.CoprocessorServiceRequest.newBuilder(ClientProtos.CoprocessorServiceRequest prototype)
           
 

Uses of ClientProtos.CoprocessorServiceRequest in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type ClientProtos.CoprocessorServiceRequest
 ClientProtos.CoprocessorServiceResponse HRegionServer.execRegionServerService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest serviceRequest)
           
 ClientProtos.CoprocessorServiceResponse HRegionServer.execService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.