hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <sstream>
#include <map>
#include "Handler.hpp"
#include "DataNodeOptions.hpp"
#include <Poco/Util/IniFileConfiguration.h>
#include "Poco/String.h"
#include "JsonMessageCover.hpp"
#include "CalculatorNodeExecution.hpp"
#include "ResourceUsageLimitsChecker.hpp"
Go to the source code of this file.
Classes | |
class | HCE::handlers::DataServerProxy |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
namespace | HCE::handlers |
HCE project DataServerProxy handler. Implements functionality for data server proxy handler. Contains client data requests server used in data and proxy nodes.
Definition in file DataServerProxy.hpp.