NCBI C++ ToolKit
|
#include "netservice_api_impl.hpp"
#include "netschedule_api_getjob.hpp"
#include <corelib/request_ctx.hpp>
#include <connect/services/netschedule_api.hpp>
#include <connect/services/error_codes.hpp>
#include <list>
#include <map>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | grid::netschedule::limits::SClientNode |
struct | grid::netschedule::limits::SClientSession |
struct | grid::netschedule::limits::SQueueName |
struct | grid::netschedule::limits::SJobGroup |
struct | grid::netschedule::limits::SAffinity |
struct | grid::netschedule::limits::SAuthToken |
struct | SNetScheduleServerProperties |
class | CNetScheduleConfigLoader |
class | CNetScheduleServerListener |
struct | SNetScheduleSharedData |
struct | SServerNotifications |
struct | SNetScheduleNotificationThread |
struct | SNetScheduleAPIImpl |
struct | SNetScheduleAPIImpl::SServerParamsSync |
struct | SNetScheduleSubmitterImpl |
struct | SNetScheduleExecutorImpl |
class | CNetScheduleGETCmdListener |
struct | SNetScheduleJobReaderImpl |
class | SNetScheduleJobReaderImpl::CImpl |
struct | SNetScheduleAdminImpl |
Namespaces | |
grid | |
grid::netschedule | |
grid::netschedule::limits | |
Functions | |
void | grid::netschedule::limits::ThrowIllegalChar (const string &name, const string &value, char c) |
template<class TValue > | |
void | grid::netschedule::limits::Check (const string &value) |
Variables | |
const unsigned | s_Timeout = 10 |
const unsigned s_Timeout = 10 |
Definition at line 498 of file netschedule_api_impl.hpp.