hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DRCETaskReducersManagerFactory.hpp
Go to the documentation of this file.
1 
15 #ifndef DRCETASKREDUCERSMANAGERFACTORY_HPP_
16 #define DRCETASKREDUCERSMANAGERFACTORY_HPP_
17 
18 #include <Poco/SharedPtr.h>
20 
21 namespace HCE{
22 namespace drce{
23 namespace reduce_task{
24 
26 public:
29 
30  Poco::SharedPtr<DRCETaskReducersManager>build();
31 };
32 
33 
34 }
35 }
36 }
37 
38 #endif