ValueIn
- value type of the resulting valuesValueOut
- type for the collated result@Beta public interface Collator<ValueIn,ValueOut>
Modifier and Type | Method and Description |
---|---|
ValueOut |
collate(Iterable<ValueIn> values)
This method is called with the mapped and possibly reduced values from the MapReduce algorithm.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.