@InterfaceAudience.Public @InterfaceStability.Stable public interface OutputCollector<K,V>
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.