public abstract static class ClientProtos.ClientService extends Object
ClientService| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
ClientProtos.ClientService.BlockingInterface  | 
static interface  | 
ClientProtos.ClientService.Interface  | 
static class  | 
ClientProtos.ClientService.Stub  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ClientService()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
bulkLoadHFile(com.google.protobuf.RpcController controller,
             ClientProtos.BulkLoadHFileRequest request,
             <any> done)
rpc BulkLoadHFile(.BulkLoadHFileRequest) returns (.BulkLoadHFileResponse); | 
void | 
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
          com.google.protobuf.RpcController controller,
          com.google.protobuf.Message request,
          <any> done)  | 
abstract void | 
execRegionServerService(com.google.protobuf.RpcController controller,
                       ClientProtos.CoprocessorServiceRequest request,
                       <any> done)
rpc ExecRegionServerService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); | 
abstract void | 
execService(com.google.protobuf.RpcController controller,
           ClientProtos.CoprocessorServiceRequest request,
           <any> done)
rpc ExecService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); | 
abstract void | 
get(com.google.protobuf.RpcController controller,
   ClientProtos.GetRequest request,
   <any> done)
rpc Get(.GetRequest) returns (.GetResponse); | 
static com.google.protobuf.Descriptors.ServiceDescriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.ServiceDescriptor | 
getDescriptorForType()  | 
com.google.protobuf.Message | 
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)  | 
com.google.protobuf.Message | 
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)  | 
abstract void | 
multi(com.google.protobuf.RpcController controller,
     ClientProtos.MultiRequest request,
     <any> done)
rpc Multi(.MultiRequest) returns (.MultiResponse); | 
abstract void | 
mutate(com.google.protobuf.RpcController controller,
      ClientProtos.MutateRequest request,
      <any> done)
rpc Mutate(.MutateRequest) returns (.MutateResponse); | 
static ClientProtos.ClientService.BlockingInterface | 
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)  | 
static com.google.protobuf.BlockingService | 
newReflectiveBlockingService(ClientProtos.ClientService.BlockingInterface impl)  | 
static com.google.protobuf.Service | 
newReflectiveService(ClientProtos.ClientService.Interface impl)  | 
static ClientProtos.ClientService.Stub | 
newStub(com.google.protobuf.RpcChannel channel)  | 
abstract void | 
scan(com.google.protobuf.RpcController controller,
    ClientProtos.ScanRequest request,
    <any> done)
rpc Scan(.ScanRequest) returns (.ScanResponse); | 
public static com.google.protobuf.Service newReflectiveService(ClientProtos.ClientService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(ClientProtos.ClientService.BlockingInterface impl)
public abstract void get(com.google.protobuf.RpcController controller,
                         ClientProtos.GetRequest request,
                         <any> done)
rpc Get(.GetRequest) returns (.GetResponse);public abstract void mutate(com.google.protobuf.RpcController controller,
                            ClientProtos.MutateRequest request,
                            <any> done)
rpc Mutate(.MutateRequest) returns (.MutateResponse);public abstract void scan(com.google.protobuf.RpcController controller,
                          ClientProtos.ScanRequest request,
                          <any> done)
rpc Scan(.ScanRequest) returns (.ScanResponse);public abstract void bulkLoadHFile(com.google.protobuf.RpcController controller,
                                   ClientProtos.BulkLoadHFileRequest request,
                                   <any> done)
rpc BulkLoadHFile(.BulkLoadHFileRequest) returns (.BulkLoadHFileResponse);public abstract void execService(com.google.protobuf.RpcController controller,
                                 ClientProtos.CoprocessorServiceRequest request,
                                 <any> done)
rpc ExecService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse);public abstract void execRegionServerService(com.google.protobuf.RpcController controller,
                                             ClientProtos.CoprocessorServiceRequest request,
                                             <any> done)
rpc ExecRegionServerService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse);public abstract void multi(com.google.protobuf.RpcController controller,
                           ClientProtos.MultiRequest request,
                           <any> done)
rpc Multi(.MultiRequest) returns (.MultiResponse);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
                             com.google.protobuf.RpcController controller,
                             com.google.protobuf.Message request,
                             <any> done)
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
public static ClientProtos.ClientService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static ClientProtos.ClientService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)