MapRunnable (Apache Hadoop Main 3.4.1 API) (original) (raw)


@InterfaceAudience.Public
@InterfaceStability.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:
Mapper