public class ColumnAggregationEndpoint extends ColumnAggregationProtos.ColumnAggregationService implements Coprocessor, CoprocessorService
ColumnAggregationProtos.ColumnAggregationService.BlockingInterface, ColumnAggregationProtos.ColumnAggregationService.Interface, ColumnAggregationProtos.ColumnAggregationService.StubCoprocessor.StatePRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION| Constructor and Description |
|---|
ColumnAggregationEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
Service |
getService() |
void |
start(CoprocessorEnvironment env) |
void |
stop(CoprocessorEnvironment env) |
void |
sum(RpcController controller,
ColumnAggregationProtos.SumRequest request,
<any> done)
rpc sum(.SumRequest) returns (.SumResponse); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic Service getService()
getService in interface CoprocessorServicepublic void start(CoprocessorEnvironment env) throws IOException
start in interface CoprocessorIOExceptionpublic void stop(CoprocessorEnvironment env) throws IOException
stop in interface CoprocessorIOExceptionpublic void sum(RpcController controller,
ColumnAggregationProtos.SumRequest request,
<any> done)
ColumnAggregationProtos.ColumnAggregationServicerpc sum(.SumRequest) returns (.SumResponse);sum in class ColumnAggregationProtos.ColumnAggregationService