@InterfaceAudience.Public @InterfaceStability.Stable public interface OutputCollector<K,V>
修飾子とタイプ | メソッドと説明 |
---|---|
void |
collect(K key,
V value)
Adds a key/value pair to the output.
|
void collect(K key, V value) throws IOException
key
- the key to collect.value
- to value to collect.IOException
Copyright © 2016 Apache Software Foundation. All rights reserved.