org.apache.hadoop.hbase.client.coprocessor
Class AggregationClient

java.lang.Object
  extended by org.apache.hadoop.hbase.client.coprocessor.AggregationClient

@InterfaceAudience.Private
public class AggregationClient
extends Object

This client class is for invoking the aggregate functions deployed on the Region Server side via the AggregateService. This class will implement the supporting functionality for summing/processing the individual results obtained from the AggregateService for each region.

This will serve as the client side handler for invoking the aggregate functions.