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

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.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.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)
           
 



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