public class ColumnAggregationEndpointNullResponse extends ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse implements Coprocessor, CoprocessorService
null for requests to the last region
in the table. This allows tests to provide assurance of correct null handling for
response values.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.BlockingInterface, ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.Interface, ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.StubCoprocessor.StatePRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION| Constructor and Description |
|---|
ColumnAggregationEndpointNullResponse() |
| Modifier and Type | Method and Description |
|---|---|
Service |
getService() |
void |
start(CoprocessorEnvironment env) |
void |
stop(CoprocessorEnvironment env) |
void |
sum(RpcController controller,
ColumnAggregationWithNullResponseProtos.SumRequest request,
<any> done)
rpc sum(.SumRequest) returns (.SumResponse); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic ColumnAggregationEndpointNullResponse()
public Service getService()
getService in interface CoprocessorServicepublic void start(CoprocessorEnvironment env) throws java.io.IOException
start in interface Coprocessorjava.io.IOExceptionpublic void stop(CoprocessorEnvironment env) throws java.io.IOException
stop in interface Coprocessorjava.io.IOExceptionpublic void sum(RpcController controller,
ColumnAggregationWithNullResponseProtos.SumRequest request,
<any> done)
ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponserpc sum(.SumRequest) returns (.SumResponse);sum in class ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse