|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService
public abstract static class ClientProtos.ClientService
Protobuf service ClientService
Nested Class Summary | |
---|---|
static interface |
ClientProtos.ClientService.BlockingInterface
|
static interface |
ClientProtos.ClientService.Interface
|
static class |
ClientProtos.ClientService.Stub
|
Constructor Summary | |
---|---|
protected |
ClientProtos.ClientService()
|
Method Summary | |
---|---|
abstract void |
bulkLoadHFile(com.google.protobuf.RpcController controller,
ClientProtos.BulkLoadHFileRequest request,
com.google.protobuf.RpcCallback<ClientProtos.BulkLoadHFileResponse> done)
rpc BulkLoadHFile(.BulkLoadHFileRequest) returns (.BulkLoadHFileResponse); |
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
|
abstract void |
execRegionServerService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecRegionServerService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); |
abstract void |
execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse); |
abstract void |
get(com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetResponse> 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,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
rpc Multi(.MultiRequest) returns (.MultiResponse); |
abstract void |
mutate(com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> 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,
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 |
Constructor Detail |
---|
protected ClientProtos.ClientService()
Method Detail |
---|
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, com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
rpc Get(.GetRequest) returns (.GetResponse);
public abstract void mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request, com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
rpc Mutate(.MutateRequest) returns (.MutateResponse);
public abstract void scan(com.google.protobuf.RpcController controller, ClientProtos.ScanRequest request, com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
rpc Scan(.ScanRequest) returns (.ScanResponse);
public abstract void bulkLoadHFile(com.google.protobuf.RpcController controller, ClientProtos.BulkLoadHFileRequest request, com.google.protobuf.RpcCallback<ClientProtos.BulkLoadHFileResponse> done)
rpc BulkLoadHFile(.BulkLoadHFileRequest) returns (.BulkLoadHFileResponse);
public abstract void execService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request, com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse);
public abstract void execRegionServerService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request, com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecRegionServerService(.CoprocessorServiceRequest) returns (.CoprocessorServiceResponse);
public abstract void multi(com.google.protobuf.RpcController controller, ClientProtos.MultiRequest request, com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
rpc Multi(.MultiRequest) returns (.MultiResponse);
public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Service
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface com.google.protobuf.Service
public static ClientProtos.ClientService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static ClientProtos.ClientService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |