Class RedissonMapReduce<KIn,VIn,KOut,VOut>

  • Type Parameters:
    KIn - input key type
    VIn - input value type
    KOut - output key type
    VOut - output value type
    All Implemented Interfaces:
    RMapReduce<KIn,VIn,KOut,VOut>, RMapReduceExecutor<VIn,KOut,VOut>

    public class RedissonMapReduce<KIn,VIn,KOut,VOut>
    extends Object
    implements RMapReduce<KIn,VIn,KOut,VOut>
    Author:
    Nikita Koksharov