Class ReducerTask<KOut,​VOut>

  • Type Parameters:
    KOut - key
    VOut - value
    All Implemented Interfaces:
    ,

    public class ReducerTask<KOut,​VOut>
    extends 
    implements , 
    Author:
    Nikita Koksharov
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReducerTask()  
       name, RReducer<KOut,​VOut> reducer, <?> codecClass,  resultMapName, long timeout)  
    • Constructor Detail

      • ReducerTask

        public ReducerTask()
      • ReducerTask

        public ReducerTask​( name,
                           RReducer<KOut,​VOut> reducer,
                           <?> codecClass,
                            resultMapName,
                           long timeout)
    • Method Detail

      • run

        public void run()
        Specified by:
         in interface