@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.IOExceptionCopyright © 2015 Apache Software Foundation. All Rights Reserved.