Class CollectionMapperTask<VIn,​KOut,​VOut>

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

    public class CollectionMapperTask<VIn,​KOut,​VOut>
    extends BaseMapperTask<KOut,​VOut>
    Author:
    Nikita Koksharov
    See Also:
    Serialized Form
    • Constructor Detail

      • CollectionMapperTask

        public CollectionMapperTask()
      • CollectionMapperTask

        public CollectionMapperTask​(RCollectionMapper<VIn,​KOut,​VOut> mapper,
                                    <?> objectClass,
                                    <?> objectCodecClass)
    • Method Detail

      • run

        public void run()