hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <map>
#include <list>
#include <Poco/SharedPtr.h>
#include <Poco/Observer.h>
#include <Poco/Task.h>
#include <Poco/Thread.h>
#include <Poco/Mutex.h>
#include <Poco/ThreadPool.h>
#include <Poco/TaskManager.h>
#include <Poco/TaskNotification.h>
#include "DRCETaskRequest.hpp"
#include "DRCENodeOptions.hpp"
#include "DRCENotificationExecutor.hpp"
#include "CustomMessage.hpp"
#include "DRCEResourceExtractor.hpp"
#include "DRCEResourceLimits.hpp"
Go to the source code of this file.
Classes | |
class | HCE::drce::ProgressHandler |
struct | HCE::drce::AsyncTasks |
class | HCE::drce::DRCEAsyncTasksQueue |
class | HCE::drce::AsyncTaskLocker |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
namespace | HCE::drce |
Implementation class DRCEAsyncTasksQueue of a Distributed Remote Command Execution functional object in HCE cluster node.
Definition in file DRCEAsyncTasksQueue.hpp.