Class MapperTask<KIn,VIn,KOut,VOut>

java.lang.Object
org.redisson.mapreduce.BaseMapperTask<KOut,VOut>
org.redisson.mapreduce.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:
  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run()