Methods in com.hazelcast.mapreduce with parameters of type Collator |
|
ReducingJob.submit(Collator<Map.Entry<KeyIn,List<ValueIn>>,ValueOut> collator)
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes and executes the
collator before returning the final result. |
|
MappingJob.submit(Collator<Map.Entry<KeyIn,List<ValueIn>>,ValueOut> collator)
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes and executes the
collator before returning the final result. |
|
ReducingSubmittableJob.submit(Collator<Map.Entry<KeyIn,ValueIn>,ValueOut> collator)
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes and executes the
collator before returning the final result. |
Methods in com.hazelcast.mapreduce.aggregation.impl that return Collator |
Collator<Map.Entry<Key,Long>,Long> |
LongMinAggregation.getCollator()
|
Collator<Map.Entry<Key,AvgTuple<Long,BigInteger>>,BigInteger> |
BigIntegerAvgAggregation.getCollator()
|
Collator<Map.Entry<Key,BigDecimal>,BigDecimal> |
BigDecimalSumAggregation.getCollator()
|
Collator<Map.Entry<Key,Long>,Long> |
LongMaxAggregation.getCollator()
|
Collator<Map.Entry<Key,BigInteger>,BigInteger> |
BigIntegerSumAggregation.getCollator()
|
Collator<Map.Entry<Key,BigDecimal>,BigDecimal> |
BigDecimalMaxAggregation.getCollator()
|
Collator<Map.Entry<Key,Comparable>,Comparable> |
ComparableMinAggregation.getCollator()
|
Collator<Map.Entry<Key,Integer>,Integer> |
IntegerMinAggregation.getCollator()
|
Collator<Map.Entry<Key,Comparable>,Comparable> |
ComparableMaxAggregation.getCollator()
|
Collator<Map.Entry<Key,AvgTuple<Integer,Integer>>,Integer> |
IntegerAvgAggregation.getCollator()
|
Collator<Map.Entry<Key,Long>,Long> |
LongSumAggregation.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,Double>,Double> |
DoubleSumAggregation.getCollator()
|
Collator<Map.Entry<Key,Integer>,Integer> |
IntegerSumAggregation.getCollator()
|
Collator<Map.Entry<Key,Integer>,Integer> |
IntegerMaxAggregation.getCollator()
|
Collator<Map.Entry<KeyOut,ReducerValue>,Result> |
AggType.getCollator()
|
Collator<Map.Entry<Key,Double>,Double> |
DoubleMinAggregation.getCollator()
|
Collator<Map.Entry<Key,Double>,Double> |
DoubleMaxAggregation.getCollator()
|
Collator<Map.Entry<Key,BigInteger>,BigInteger> |
BigIntegerMinAggregation.getCollator()
|
Collator<Map.Entry<Integer,Set<DistinctType>>,Set<DistinctType>> |
DistinctValuesAggregation.getCollator()
|
Collator<Map.Entry<Key,BigInteger>,BigInteger> |
BigIntegerMaxAggregation.getCollator()
|
Collator<Map.Entry<Key,BigDecimal>,BigDecimal> |
BigDecimalMinAggregation.getCollator()
|
Collator<Map.Entry<Key,AvgTuple<Long,BigDecimal>>,BigDecimal> |
BigDecimalAvgAggregation.getCollator()
|
Collator<Map.Entry<Key,Long>,Long> |
CountAggregation.getCollator()
|