hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ScheduleStrategySingle.hpp
Go to the documentation of this file.
1 
15 #ifndef SCHEDULESTRATEGYSINGLE_HPP_
16 #define SCHEDULESTRATEGYSINGLE_HPP_
17 
18 #include "ReduceTaskCore.hpp"
19 
20 namespace HCE{
21 namespace reduce{
22 namespace core{
23 
24 
26 public:
29 
30  void executeJob(const Poco::SharedPtr<ReduceJobIf> &reduceJob);
31 
32 private:
33  static void executeReduceTask(const Poco::SharedPtr<ReduceJobIf> &reduceJob);
34  static void fillResult(const Poco::SharedPtr<ReduceJobIf> &reduceJob);
35 };
36 
37 }
38 }
39 }
40 
41 #endif