Interface MapRunnable<K1,V1,K2,V2>

All Superinterfaces:
JobConfigurable
All Known Implementing Classes:
MapRunner, MultithreadedMapRunner

@Public @Stable public interface MapRunnable<K1,V1,K2,V2> extends JobConfigurable
Expert: Generic interface for Mappers.

Custom implementations of MapRunnable can exert greater control on map processing e.g. multi-threaded, asynchronous mappers etc.

See Also: