Uses of Class
com.hazelcast.mapreduce.aggregation.impl.AvgTuple

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

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

Methods in com.hazelcast.mapreduce.aggregation.impl that return types with arguments of type AvgTuple
 Collator<Map.Entry<Key,AvgTuple<Long,BigInteger>>,BigInteger> BigIntegerAvgAggregation.getCollator()
           
 Collator<Map.Entry<Key,AvgTuple<Integer,Integer>>,Integer> IntegerAvgAggregation.getCollator()
           
 Collator<Map.Entry<Key,AvgTuple<Long,Long>>,Long> LongAvgAggregation.getCollator()
           
 Collator<Map.Entry<Key,AvgTuple<Long,Double>>,Double> DoubleAvgAggregation.getCollator()
           
 Collator<Map.Entry<Key,AvgTuple<Long,BigDecimal>>,BigDecimal> BigDecimalAvgAggregation.getCollator()
           
 CombinerFactory<Key,BigInteger,AvgTuple<Long,BigInteger>> BigIntegerAvgAggregation.getCombinerFactory()
           
 CombinerFactory<Key,Integer,AvgTuple<Integer,Integer>> IntegerAvgAggregation.getCombinerFactory()
           
 CombinerFactory<Key,Long,AvgTuple<Long,Long>> LongAvgAggregation.getCombinerFactory()
           
 CombinerFactory<Key,Double,AvgTuple<Long,Double>> DoubleAvgAggregation.getCombinerFactory()
           
 CombinerFactory<Key,BigDecimal,AvgTuple<Long,BigDecimal>> BigDecimalAvgAggregation.getCombinerFactory()
           
 ReducerFactory<Key,AvgTuple<Long,BigInteger>,AvgTuple<Long,BigInteger>> BigIntegerAvgAggregation.getReducerFactory()
           
 ReducerFactory<Key,AvgTuple<Long,BigInteger>,AvgTuple<Long,BigInteger>> BigIntegerAvgAggregation.getReducerFactory()
           
 ReducerFactory<Key,AvgTuple<Integer,Integer>,AvgTuple<Integer,Integer>> IntegerAvgAggregation.getReducerFactory()
           
 ReducerFactory<Key,AvgTuple<Integer,Integer>,AvgTuple<Integer,Integer>> IntegerAvgAggregation.getReducerFactory()
           
 ReducerFactory<Key,AvgTuple<Long,Long>,AvgTuple<Long,Long>> LongAvgAggregation.getReducerFactory()
           
 ReducerFactory<Key,AvgTuple<Long,Long>,AvgTuple<Long,Long>> LongAvgAggregation.getReducerFactory()
           
 ReducerFactory<Key,AvgTuple<Long,Double>,AvgTuple<Long,Double>> DoubleAvgAggregation.getReducerFactory()
           
 ReducerFactory<Key,AvgTuple<Long,Double>,AvgTuple<Long,Double>> DoubleAvgAggregation.getReducerFactory()
           
 ReducerFactory<Key,AvgTuple<Long,BigDecimal>,AvgTuple<Long,BigDecimal>> BigDecimalAvgAggregation.getReducerFactory()
           
 ReducerFactory<Key,AvgTuple<Long,BigDecimal>,AvgTuple<Long,BigDecimal>> BigDecimalAvgAggregation.getReducerFactory()
           
 



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