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

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.execService(ClientProtos.ClientService.BlockingInterface client, ClientProtos.CoprocessorServiceCall call, byte[] regionName)
           
static ClientProtos.CoprocessorServiceResponse ProtobufUtil.execService(MasterAdminProtos.MasterAdminService.BlockingInterface client, ClientProtos.CoprocessorServiceCall call)
           
 

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

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 MasterAdminProtos.MasterAdminService.BlockingInterface.execMasterService(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 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 MasterAdminProtos.MasterAdminService.execMasterService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request, com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Interface.execMasterService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request, com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Stub.execMasterService(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)
           
 void ClientProtos.ClientService.Interface.execService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request, com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
           
 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.execService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.