public abstract static class BulkDeleteProtos.BulkDeleteService extends Object implements Service
hbase.pb.BulkDeleteService| Modifier and Type | Class and Description |
|---|---|
static interface |
BulkDeleteProtos.BulkDeleteService.BlockingInterface |
static interface |
BulkDeleteProtos.BulkDeleteService.Interface |
static class |
BulkDeleteProtos.BulkDeleteService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
BulkDeleteService() |
public static Service newReflectiveService(BulkDeleteProtos.BulkDeleteService.Interface impl)
public static BlockingService newReflectiveBlockingService(BulkDeleteProtos.BulkDeleteService.BlockingInterface impl)
public abstract void delete(RpcController controller, BulkDeleteProtos.BulkDeleteRequest request, RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
rpc delete(.hbase.pb.BulkDeleteRequest) returns (.hbase.pb.BulkDeleteResponse);public static final Descriptors.ServiceDescriptor getDescriptor()
public final Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface Servicepublic final void callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done)
callMethod in interface Servicepublic final Message getRequestPrototype(Descriptors.MethodDescriptor method)
getRequestPrototype in interface Servicepublic final Message getResponsePrototype(Descriptors.MethodDescriptor method)
getResponsePrototype in interface Servicepublic static BulkDeleteProtos.BulkDeleteService.Stub newStub(RpcChannel channel)
public static BulkDeleteProtos.BulkDeleteService.BlockingInterface newBlockingStub(BlockingRpcChannel channel)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.