hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SphinxTaskReducersManagerFactory.hpp
Go to the documentation of this file.
1 
15 #ifndef SPHINXTASKREDUCERSMANAGERFACTORY_HPP_
16 #define SPHINXTASKREDUCERSMANAGERFACTORY_HPP_
17 
23 
24 namespace HCE{
25 namespace sphinx{
26 namespace reduce_task{
27 
29 public:
32 
33  Poco::SharedPtr<SphinxTaskReducersManager>build();
34 };
35 
36 
37 }
38 }
39 }
40 
41 #endif