NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "grid_worker_impl.hpp"
#include "grid_control_thread.hpp"
#include "netcache_api_impl.hpp"
#include <connect/services/grid_globals.hpp>
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CGridControlThread |
class | CWorkerNodeIdleThread |
class | CIdleWatcher |
Macros | |
#define | NCBI_USE_ERRCODE_X ConnServ_WorkerNode |
#define | DEFAULT_NS_TIMEOUT 30 |
Functions | |
bool | g_IsRequestStartEventEnabled () |
bool | g_IsRequestStopEventEnabled () |
Variables | |
static CGridWorkerNode::EDisabledRequestEvents | s_ReqEventsDisabled |
#define DEFAULT_NS_TIMEOUT 30 |
Definition at line 49 of file grid_worker.cpp.
#define NCBI_USE_ERRCODE_X ConnServ_WorkerNode |
Definition at line 47 of file grid_worker.cpp.
bool g_IsRequestStartEventEnabled | ( | ) |
Definition at line 1021 of file grid_worker.cpp.
References CGridWorkerNode::eEnableStartStop, and s_ReqEventsDisabled.
Referenced by SWorkerNodeJobContextImpl::x_RunJob(), and SOfflineJobContextImpl::x_RunJob().
bool g_IsRequestStopEventEnabled | ( | ) |
Definition at line 1026 of file grid_worker.cpp.
References CGridWorkerNode::eDisableStartOnly, CGridWorkerNode::eEnableStartStop, and s_ReqEventsDisabled.
Referenced by SWorkerNodeJobContextImpl::x_PrintRequestStop().
|
static |
Definition at line 61 of file grid_worker.cpp.
Referenced by CGridWorkerNode::DisableDefaultRequestEventLogging(), g_IsRequestStartEventEnabled(), and g_IsRequestStopEventEnabled().