hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <Poco/Pipe.h>
#include <Poco/PipeStream.h>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Classes | |
class | HCE::StarterExecutor |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
namespace | HCE::starter_const |
Variables | |
const std::string | HCE::starter_const::starterFileName = "hce-starter-bash.sh" |
const std::string | HCE::starter_const::starterPathName = "/usr/bin" |
const std::string | HCE::starter_const::starterTemplate = "#!/bin/bash\neval \"$1 < $2\"" |
Implementation class StarterExecutor of a exec tools need to HCE cluster node.
Definition in file StarterExecutor.hpp.