Class CollectionMapperTask<VIn,KOut,VOut>

java.lang.Object
org.redisson.mapreduce.BaseMapperTask<KOut,VOut>
org.redisson.mapreduce.CollectionMapperTask<VIn,KOut,VOut>
Type Parameters:
VIn - input value type
KOut - output key type
VOut - output value type
All Implemented Interfaces:
Serializable, Runnable

public class CollectionMapperTask<VIn,KOut,VOut> extends BaseMapperTask<KOut,VOut>
Author:
Nikita Koksharov
See Also:
  • Constructor Details

    • CollectionMapperTask

      public CollectionMapperTask()
    • CollectionMapperTask

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

    • run

      public void run()