hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <sstream>
#include <map>
#include <iterator>
#include <Poco/Checksum.h>
#include "Handler.hpp"
#include "SphinxInputJsonMessage.hpp"
#include "SphinxOutputJsonMessage.hpp"
#include "SphinxSearcher.hpp"
#include "SphinxError.hpp"
#include "ReducerFunctionalObject.hpp"
#include "JsonMessageCover.hpp"
Go to the source code of this file.
Classes | |
class | HCE::handlers::DataReducerProxy |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
namespace | HCE::handlers |
HCE project DataReducerProxy handler.
Implements functionality for data reducer handler.
Implements data reducing functionality of responses of proxy nodes.
Container of data reducer functional object that reduces upstream data flows according with end-user functionality and supported data storage engines like Sphinx.
Definition in file DataReducerProxy.hpp.