K - key type of the resulting keysV - value type of the resulting values@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 © 2016 Hazelcast, Inc.. All Rights Reserved.