K - the key typeV - the value typepublic static interface MapReduce.MapEmitter<K,V>
| Modifier and Type | Method and Description | 
|---|---|
| void | emit(K key,
    V value) | 
| default void | emit(V value)A default method that assumes the key is  MapReduce.NullObject. | 
default void emit(V value)
MapReduce.NullObject.value - the value to emit.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.