org.apache.hadoop.hbase.protobuf.generated
Class ClientProtos.ClientService.Stub
java.lang.Object
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.Stub
- All Implemented Interfaces:
- com.google.protobuf.Service, ClientProtos.ClientService.Interface
- Enclosing class:
- ClientProtos.ClientService
public static final class ClientProtos.ClientService.Stub
- extends ClientProtos.ClientService
- implements ClientProtos.ClientService.Interface
Method Summary |
void |
bulkLoadHFile(com.google.protobuf.RpcController controller,
ClientProtos.BulkLoadHFileRequest request,
com.google.protobuf.RpcCallback<ClientProtos.BulkLoadHFileResponse> done)
rpc BulkLoadHFile(.BulkLoadHFileRequest) returns (.BulkLoadHFileResponse); |
void |
execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); |
void |
get(com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
rpc Get(.GetRequest) returns (.GetResponse); |
com.google.protobuf.RpcChannel |
getChannel()
|
void |
multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
rpc Multi(.MultiRequest) returns (.MultiResponse); |
void |
mutate(com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
rpc Mutate(.MutateRequest) returns (.MutateResponse); |
void |
scan(com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
rpc Scan(.ScanRequest) returns (.ScanResponse); |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getChannel
public com.google.protobuf.RpcChannel getChannel()
get
public void get(com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
- Description copied from class:
ClientProtos.ClientService
rpc Get(.GetRequest) returns (.GetResponse);
- Specified by:
get
in interface ClientProtos.ClientService.Interface
- Specified by:
get
in class ClientProtos.ClientService
mutate
public void mutate(com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
- Description copied from class:
ClientProtos.ClientService
rpc Mutate(.MutateRequest) returns (.MutateResponse);
- Specified by:
mutate
in interface ClientProtos.ClientService.Interface
- Specified by:
mutate
in class ClientProtos.ClientService
scan
public void scan(com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
- Description copied from class:
ClientProtos.ClientService
rpc Scan(.ScanRequest) returns (.ScanResponse);
- Specified by:
scan
in interface ClientProtos.ClientService.Interface
- Specified by:
scan
in class ClientProtos.ClientService
bulkLoadHFile
public void bulkLoadHFile(com.google.protobuf.RpcController controller,
ClientProtos.BulkLoadHFileRequest request,
com.google.protobuf.RpcCallback<ClientProtos.BulkLoadHFileResponse> done)
- Description copied from class:
ClientProtos.ClientService
rpc BulkLoadHFile(.BulkLoadHFileRequest) returns (.BulkLoadHFileResponse);
- Specified by:
bulkLoadHFile
in interface ClientProtos.ClientService.Interface
- Specified by:
bulkLoadHFile
in class ClientProtos.ClientService
execService
public void execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
- Description copied from class:
ClientProtos.ClientService
rpc ExecService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse);
- Specified by:
execService
in interface ClientProtos.ClientService.Interface
- Specified by:
execService
in class ClientProtos.ClientService
multi
public void multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
- Description copied from class:
ClientProtos.ClientService
rpc Multi(.MultiRequest) returns (.MultiResponse);
- Specified by:
multi
in interface ClientProtos.ClientService.Interface
- Specified by:
multi
in class ClientProtos.ClientService
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.