public abstract static class BulkDeleteProtos.BulkDeleteService extends Object implements Service
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 |
BulkDeleteProtos.BulkDeleteService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(Descriptors.MethodDescriptor method,
RpcController controller,
Message request,
RpcCallback<Message> done) |
abstract void |
delete(RpcController controller,
BulkDeleteProtos.BulkDeleteRequest request,
RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
rpc delete(.BulkDeleteRequest) returns (.BulkDeleteResponse); |
static Descriptors.ServiceDescriptor |
getDescriptor() |
Descriptors.ServiceDescriptor |
getDescriptorForType() |
Message |
getRequestPrototype(Descriptors.MethodDescriptor method) |
Message |
getResponsePrototype(Descriptors.MethodDescriptor method) |
static BulkDeleteProtos.BulkDeleteService.BlockingInterface |
newBlockingStub(BlockingRpcChannel channel) |
static BlockingService |
newReflectiveBlockingService(BulkDeleteProtos.BulkDeleteService.BlockingInterface impl) |
static Service |
newReflectiveService(BulkDeleteProtos.BulkDeleteService.Interface impl) |
static BulkDeleteProtos.BulkDeleteService.Stub |
newStub(RpcChannel channel) |
protected BulkDeleteProtos.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(.BulkDeleteRequest) returns (.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 © 2014 The Apache Software Foundation. All Rights Reserved.