public abstract static class ClientProtos.ClientService extends Object implements org.apache.hbase.thirdparty.com.google.protobuf.Service
hbase.pb.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(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.BulkLoadHFileRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.BulkLoadHFileResponse> done)
rpc BulkLoadHFile(.hbase.pb.BulkLoadHFileRequest) returns (.hbase.pb.BulkLoadHFileResponse); |
void |
callMethod(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method,
org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
org.apache.hbase.thirdparty.com.google.protobuf.Message request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hbase.thirdparty.com.google.protobuf.Message> done) |
abstract void |
cleanupBulkLoad(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.CleanupBulkLoadRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.CleanupBulkLoadResponse> done)
rpc CleanupBulkLoad(.hbase.pb.CleanupBulkLoadRequest) returns (.hbase.pb.CleanupBulkLoadResponse); |
abstract void |
execRegionServerService(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecRegionServerService(.hbase.pb.CoprocessorServiceRequest) returns (.hbase.pb.CoprocessorServiceResponse); |
abstract void |
execService(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecService(.hbase.pb.CoprocessorServiceRequest) returns (.hbase.pb.CoprocessorServiceResponse); |
abstract void |
get(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
rpc Get(.hbase.pb.GetRequest) returns (.hbase.pb.GetResponse); |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
org.apache.hbase.thirdparty.com.google.protobuf.Message |
getRequestPrototype(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method) |
org.apache.hbase.thirdparty.com.google.protobuf.Message |
getResponsePrototype(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method) |
abstract void |
multi(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
rpc Multi(.hbase.pb.MultiRequest) returns (.hbase.pb.MultiResponse); |
abstract void |
mutate(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
rpc Mutate(.hbase.pb.MutateRequest) returns (.hbase.pb.MutateResponse); |
static ClientProtos.ClientService.BlockingInterface |
newBlockingStub(org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel channel) |
static org.apache.hbase.thirdparty.com.google.protobuf.BlockingService |
newReflectiveBlockingService(ClientProtos.ClientService.BlockingInterface impl) |
static org.apache.hbase.thirdparty.com.google.protobuf.Service |
newReflectiveService(ClientProtos.ClientService.Interface impl) |
static ClientProtos.ClientService.Stub |
newStub(org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel channel) |
abstract void |
prepareBulkLoad(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.PrepareBulkLoadRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.PrepareBulkLoadResponse> done)
rpc PrepareBulkLoad(.hbase.pb.PrepareBulkLoadRequest) returns (.hbase.pb.PrepareBulkLoadResponse); |
abstract void |
scan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
rpc Scan(.hbase.pb.ScanRequest) returns (.hbase.pb.ScanResponse); |
public static org.apache.hbase.thirdparty.com.google.protobuf.Service newReflectiveService(ClientProtos.ClientService.Interface impl)
public static org.apache.hbase.thirdparty.com.google.protobuf.BlockingService newReflectiveBlockingService(ClientProtos.ClientService.BlockingInterface impl)
public abstract void get(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
rpc Get(.hbase.pb.GetRequest) returns (.hbase.pb.GetResponse);public abstract void mutate(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
rpc Mutate(.hbase.pb.MutateRequest) returns (.hbase.pb.MutateResponse);public abstract void scan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
rpc Scan(.hbase.pb.ScanRequest) returns (.hbase.pb.ScanResponse);public abstract void bulkLoadHFile(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.BulkLoadHFileRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.BulkLoadHFileResponse> done)
rpc BulkLoadHFile(.hbase.pb.BulkLoadHFileRequest) returns (.hbase.pb.BulkLoadHFileResponse);public abstract void prepareBulkLoad(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.PrepareBulkLoadRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.PrepareBulkLoadResponse> done)
rpc PrepareBulkLoad(.hbase.pb.PrepareBulkLoadRequest) returns (.hbase.pb.PrepareBulkLoadResponse);public abstract void cleanupBulkLoad(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.CleanupBulkLoadRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.CleanupBulkLoadResponse> done)
rpc CleanupBulkLoad(.hbase.pb.CleanupBulkLoadRequest) returns (.hbase.pb.CleanupBulkLoadResponse);public abstract void execService(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecService(.hbase.pb.CoprocessorServiceRequest) returns (.hbase.pb.CoprocessorServiceResponse);public abstract void execRegionServerService(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
rpc ExecRegionServerService(.hbase.pb.CoprocessorServiceRequest) returns (.hbase.pb.CoprocessorServiceResponse);public abstract void multi(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
rpc Multi(.hbase.pb.MultiRequest) returns (.hbase.pb.MultiResponse);public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Servicepublic final void callMethod(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method,
org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
org.apache.hbase.thirdparty.com.google.protobuf.Message request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hbase.thirdparty.com.google.protobuf.Message> done)
callMethod in interface org.apache.hbase.thirdparty.com.google.protobuf.Servicepublic final org.apache.hbase.thirdparty.com.google.protobuf.Message getRequestPrototype(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface org.apache.hbase.thirdparty.com.google.protobuf.Servicepublic final org.apache.hbase.thirdparty.com.google.protobuf.Message getResponsePrototype(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface org.apache.hbase.thirdparty.com.google.protobuf.Servicepublic static ClientProtos.ClientService.Stub newStub(org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel channel)
public static ClientProtos.ClientService.BlockingInterface newBlockingStub(org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2007–2019 Cloudera. All rights reserved.