public abstract static class ColumnAggregationProtos.ColumnAggregationService extends Object implements Service
ColumnAggregationService| Modifier and Type | Class and Description |
|---|---|
static interface |
ColumnAggregationProtos.ColumnAggregationService.BlockingInterface |
static interface |
ColumnAggregationProtos.ColumnAggregationService.Interface |
static class |
ColumnAggregationProtos.ColumnAggregationService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
ColumnAggregationService() |
public static Service newReflectiveService(ColumnAggregationProtos.ColumnAggregationService.Interface impl)
public static BlockingService newReflectiveBlockingService(ColumnAggregationProtos.ColumnAggregationService.BlockingInterface impl)
public abstract void sum(RpcController controller, ColumnAggregationProtos.SumRequest request, RpcCallback<ColumnAggregationProtos.SumResponse> done)
rpc sum(.SumRequest) returns (.SumResponse);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 ColumnAggregationProtos.ColumnAggregationService.Stub newStub(RpcChannel channel)
public static ColumnAggregationProtos.ColumnAggregationService.BlockingInterface newBlockingStub(BlockingRpcChannel channel)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.