hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SphinxResultDataAccumulatorFactoryIf.hpp
Go to the documentation of this file.
1 
14 #ifndef SPHINXRESULTDATAACCUMULATORFACTORYIF_HPP_
15 #define SPHINXRESULTDATAACCUMULATORFACTORYIF_HPP_
16 
18 
19 namespace HCE{
20 namespace sphinx{
21 namespace reduce_task{
22 
24 public:
26 
27  virtual Poco::SharedPtr<SphinxResultDataAccumulatorIf> build(
28  Poco::SharedPtr<SphinxReduceDataStorage>& dataStorage) = 0;
29 };
30 
31 }
32 }
33 }
34 
35 #endif