Class MapperTask<KIn,VIn,KOut,VOut>

  • Type Parameters:
    KIn - input key type
    VIn - input key type
    KOut - output key type
    VOut - output key type
    All Implemented Interfaces:
    Serializable, Runnable

    public class MapperTask<KIn,VIn,KOut,VOut>
    extends BaseMapperTask<KOut,VOut>
    Author:
    Nikita Koksharov
    See Also:
    Serialized Form