public class ColumnAggregationEndpointWithErrors extends ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors implements Coprocessor, CoprocessorService
DoNotRetryIOException for requests on
the last region in the table. This allows tests to ensure correct error handling of
coprocessor endpoints throwing exceptions.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.BlockingInterface, ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.Interface, ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.StubCoprocessor.StatePRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION| Constructor and Description |
|---|
ColumnAggregationEndpointWithErrors() |
| Modifier and Type | Method and Description |
|---|---|
Service |
getService() |
void |
start(CoprocessorEnvironment env) |
void |
stop(CoprocessorEnvironment env) |
void |
sum(RpcController controller,
ColumnAggregationWithErrorsProtos.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,
ColumnAggregationWithErrorsProtos.SumRequest request,
<any> done)
ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrorsrpc sum(.SumRequest) returns (.SumResponse);sum in class ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors