hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
SphinxReduceJobBuilder.cpp
Go to the documentation of this file.
1
#include "
SphinxReduceJobBuilder.hpp
"
2
3
namespace
HCE {
4
namespace
sphinx{
5
namespace
reduce_task {
6
7
SphinxReduceJobBuilder::SphinxReduceJobBuilder
(){}
8
9
SphinxReduceJobBuilder::~SphinxReduceJobBuilder
(){}
10
11
Poco::SharedPtr<HCE::reduce::core::ReduceJobIf>
SphinxReduceJobBuilder::build
()
12
{
13
Poco::SharedPtr<SphinxReduceDataStorage>sphinxDataStorage(
new
SphinxReduceDataStorage
());
14
Poco::SharedPtr<SphinxReduceTask>sphinxReduceTask(
new
SphinxReduceTask
());
15
Poco::SharedPtr<SphinxReduceResult>sphinxReduceResult(
new
SphinxReduceResult
());
16
17
return
Poco::SharedPtr<HCE::reduce::core::ReduceJobIf>(
18
new
SphinxReduceJob
(sphinxDataStorage, sphinxReduceTask, sphinxReduceResult));
19
}
20
21
}
22
}
23
}
sources
utils
reduceSphinx
src
SphinxReduceJobBuilder.cpp
Generated on Tue Jun 30 2015 19:42:15 for hce-node application by
1.8.1.2