K
- key type of the resulting keysV
- value type of the resulting valuesAggregator
on IMap.
For general data processing, it is superseded by Hazelcast Jet.@Deprecated public interface Context<K,V>
Modifier and Type | Method and Description |
---|---|
void |
emit(K key,
V value)
Deprecated.
Emits a key-value pair to the intermediate working space.
|
void emit(K key, V value)
key
- emitted key to the intermediate working space.value
- emitted value to the intermediate working space.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.