public class ColumnAggregationEndpoint extends org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService implements org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService.BlockingInterface, org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService.Interface, org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService.Stub
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment |
env |
private static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
ColumnAggregationEndpoint() |
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.ColumnAggregationProtos.SumRequest request,
com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse> done) |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
private static final org.slf4j.Logger LOG
private org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment env
public ColumnAggregationEndpoint()
public Iterable<com.google.protobuf.Service> getServices()
getServices
in interface org.apache.hadoop.hbase.Coprocessor
public void start(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
start
in interface org.apache.hadoop.hbase.Coprocessor
IOException
public void stop(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
stop
in interface org.apache.hadoop.hbase.Coprocessor
IOException
public void sum(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse> done)
sum
in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.