|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include "ReducingHandlerBuilder.hpp"#include "PocoJSONReducingInputMessageConvertor.hpp"#include <Poco/SharedPtr.h>

Go to the source code of this file.
Classes | |
| class | HCE::reduce::ReducerFunctionalObject |
Namespaces | |
| namespace | HCE |
| < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
| namespace | HCE::reduce |
Macros | |
| #define | REDUCERFUNCTIONALOBJECT_HPP |
Variables | |
| const int | HCE::reduce::OK = 0 |
| const int | HCE::reduce::WRONG_JSON_STRUCT_ERROR = 1 |
| const int | HCE::reduce::NOT_FOUND_ITEM_ID_ERROR = 2 |
| const std::string | HCE::reduce::WRONG_JSON_STRUCT_DESCR = "err string" |
| const std::string | HCE::reduce::NOT_FOUND_ITEM_ID_DESCR = "err string2" |
| #define REDUCERFUNCTIONALOBJECT_HPP |
Definition at line 15 of file ReducerFunctionalObject.hpp.