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.
|
emit
getCounter, getCounters, getShardCount, getShardNumber, incrementCounter, incrementCounter
Copyright © 2015 Google. All rights reserved.