|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <string>#include <map>#include <Poco/Any.h>#include <Poco/DynamicFactory.h>#include <Poco/JSON/Parser.h>#include <Poco/JSON/PrintHandler.h>#include <Poco/JSON/JSONException.h>#include <Poco/Environment.h>#include "Errors.hpp"#include "EncodeDecodeBase64.hpp"

Go to the source code of this file.
Classes | |
| class | HCE::Request |
| struct | HCE::DataSet |
| struct | HCE::Documents |
| struct | HCE::Response |
Namespaces | |
| namespace | HCE |
| < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
Enumerations | |
| enum | HCE::CommandId |
| enum | { HCE::PUT = 0, HCE::GET, HCE::DEL, HCE::CHECK, HCE::MANAGE, HCE::LIST } |
Response struct
Definition in file Response.hpp.