Interface OutputCollector<K,​V>

    • Method Summary

      Modifier and Type Method Description
      void collect​(K key, V value)  
    • Method Detail

      • collect

        void collect​(K key,
                     V value)