K - type of keys produced by the mapperV - type of values produced by the mapperpublic interface MapperContext<K,V> extends WorkerContext<KeyValue<K,V>>
| Modifier and Type | Method and Description |
|---|---|
void |
emit(K key,
V value)
Emits a key and a value to the output.
|
emitgetCounter, getCounters, getShardCount, getShardNumber, incrementCounter, incrementCounterCopyright © 2015 Google. All rights reserved.