Uses of Interface
com.hazelcast.mapreduce.aggregation.impl.AggType

Packages that use AggType
com.hazelcast.mapreduce.aggregation.impl This package contains a set of predefined aggregation implementations 
 

Uses of AggType in com.hazelcast.mapreduce.aggregation.impl
 

Classes in com.hazelcast.mapreduce.aggregation.impl that implement AggType
 class BigDecimalAvgAggregation<Key,Value>
          The predefined average aggregation for values of type BigDecimal.
 class BigDecimalMaxAggregation<Key,Value>
          The predefined maximum aggregation for values of type BigDecimal.
 class BigDecimalMinAggregation<Key,Value>
          The predefined minimum aggregation for values of type BigDecimal.
 class BigDecimalSumAggregation<Key,Value>
          The predefined sum aggregation for values of type BigDecimal.
 class BigIntegerAvgAggregation<Key,Value>
          The predefined average aggregation for values of type BigInteger.
 class BigIntegerMaxAggregation<Key,Value>
          The predefined maximum aggregation for values of type BigInteger.
 class BigIntegerMinAggregation<Key,Value>
          The predefined minimum aggregation for values of type BigInteger.
 class BigIntegerSumAggregation<Key,Value>
          The predefined sum aggregation for values of type BigInteger.
 class ComparableMaxAggregation<Key,Value>
          The predefined maximum aggregation for values of type Comparable.
 class ComparableMinAggregation<Key,Value>
          The predefined minimum aggregation for values of type Comparable.
 class CountAggregation<Key,Value>
          The predefined count aggregation.
 class DistinctValuesAggregation<Key,Value,DistinctType>
          The predefined distinct value aggregation.
 class DoubleAvgAggregation<Key,Value>
          The predefined average aggregation for values of type double.
 class DoubleMaxAggregation<Key,Value>
          The predefined maximum aggregation for values of type double.
 class DoubleMinAggregation<Key,Value>
          The predefined minimum aggregation for values of type double.
 class DoubleSumAggregation<Key,Value>
          The predefined sum aggregation for values of type double.
 class IntegerAvgAggregation<Key,Value>
          The predefined average aggregation for values of type integer.
 class IntegerMaxAggregation<Key,Value>
          The predefined maximum aggregation for values of type integer.
 class IntegerMinAggregation<Key,Value>
          The predefined minimum aggregation for values of type integer.
 class IntegerSumAggregation<Key,Value>
          The predefined sum aggregation for values of type integer.
 class LongAvgAggregation<Key,Value>
          The predefined average aggregation for values of type long.
 class LongMaxAggregation<Key,Value>
          The predefined maximum aggregation for values of type long.
 class LongMinAggregation<Key,Value>
          The predefined minimum aggregation for values of type long.
 class LongSumAggregation<Key,Value>
          The predefined sum aggregation for values of type long.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.