ValueIn
- value type of the resulting valuesValueOut
- type for the collated resultAggregator
on IMap.
For general data processing, it is superseded by Hazelcast Jet.@Deprecated public interface Collator<ValueIn,ValueOut>
Modifier and Type | Method and Description |
---|---|
ValueOut |
collate(Iterable<ValueIn> values)
Deprecated.
This method is called with the mapped and possibly reduced values from the MapReduce algorithm.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.