public class ColumnAggregationEndpointWithErrors extends org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors implements org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
DoNotRetryIOException for requests on
the last region in the table. This allows tests to ensure correct error handling of
coprocessor endpoints throwing exceptions.org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.BlockingInterface, org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.Interface, org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.Stub| Modifier and Type | Field and Description |
|---|---|
private org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment |
env |
private static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
ColumnAggregationEndpointWithErrors() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<com.google.protobuf.Service> |
getServices() |
void |
start(org.apache.hadoop.hbase.CoprocessorEnvironment env) |
void |
stop(org.apache.hadoop.hbase.CoprocessorEnvironment env) |
void |
sum(com.google.protobuf.RpcController controller,
org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest request,
com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse> done) |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubprivate static final org.slf4j.Logger LOG
private org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment env
public ColumnAggregationEndpointWithErrors()
public Iterable<com.google.protobuf.Service> getServices()
getServices in interface org.apache.hadoop.hbase.Coprocessorpublic void start(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
start in interface org.apache.hadoop.hbase.CoprocessorIOExceptionpublic void stop(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
stop in interface org.apache.hadoop.hbase.CoprocessorIOExceptionpublic void sum(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse> done)
sum in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrorsCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.