Namespace Alachisoft.NCache.Web.Aggregation
AggregatorCombiner
Interface that implements Combiner for Aggregator.
AggregatorCombinerFactory
Assigns a unique Combiner for each provided key.
AggregatorMapper
Aggregator mapper interface generates a set of intermediate key-value pairs for further refining and extraction of the data.
AggregatorReducer
Apply aggregation and compilation on final result.
AggregatorReducerFactory
Assigns a unique Reducer for each provided key.
AggregatorTask
Provides basic implementation of Aggregator.
BuiltInAggregator
Sets current Built in aggregator instance. Performs actual grouping and analytical operations on data. IAggregator can perform following operations Average, Sum, Min, Max, Count, Distinct.
BuiltInAggregator.BigIntegerAggregator
Implements built in LongInteger type aggregator.
BuiltInAggregator.CountAggregator
Implements built in Count aggregator.
BuiltInAggregator.DateAggregator
Implements built in Date type aggregator.
BuiltInAggregator.DecimalAggregator
Implements built in Decimal type aggregator.
BuiltInAggregator.DistinctAggregator
Implements built in Distinct aggregator i.e gives unique occurrence of item in data set.
BuiltInAggregator.DoubleAggregator
Implements built in Double type aggregator.
BuiltInAggregator.FloatAggregator
Implements built in Float type aggregator.
BuiltInAggregator.IntegerAggregator
Implements built in Integer type aggregator.
BuiltInAggregator.LongAggregator
BuiltInAggregator.ShortAggregator
Implements built in ShortInteger type aggregator.
BuiltInAggregator.StringAggregator
Implements built in String type aggregator.