A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/structSNetScheduleAPIImpl.html below:

NCBI C++ ToolKit: SNetScheduleAPIImpl Struct Reference

Search Toolkit Book for SNetScheduleAPIImpl

#include "netschedule_api_impl.hpp"
(Private to src/connect/services.)

  SNetScheduleAPIImpl (CSynRegistryBuilder registry_builder, const string &section, const string &service_name=kEmptyStr, const string &client_name=kEmptyStr, const string &queue_name=kEmptyStr, bool wn=false, bool try_config=true)     SNetScheduleAPIImpl (SNetServerInPool *server, SNetScheduleAPIImpl *parent)     ~SNetScheduleAPIImpl ()   CNetScheduleServerListenerGetListener ()   CNetScheduleAPI::EJobStatus  GetJobStatus (string cmd, const CNetScheduleJob &job, time_t *job_exptime, ENetScheduleQueuePauseMode *pause_mode)   const CNetScheduleAPI::SServerParamsGetServerParams ()   void  GetQueueParams (const string &queue_name, TQueueParams &queue_params)   void  GetQueueParams (TQueueParams &queue_params)   CNetServer  GetServer (const string &job_key)   CNetServer  GetServer (const CNetScheduleJob &job)   template<class TJob > string  ExecOnJobServer (const TJob &job, const string &cmd, ESwitch roe=eDefault)   bool  GetServerByNode (const string &ns_node, CNetServer *server)   void  AllocNotificationThread ()   void  StartNotificationThread ()   void  x_ClearNode ()   void  UpdateAuthString ()   void  UseOldStyleAuth ()   void  SetAuthParam (const string &param_name, const string &param_value)   CCompoundIDPool  GetCompoundIDPool ()   void  Init (CSynRegistry &registry, SRegSynonyms &sections)   void  InitAffinities (CSynRegistry &registry, const SRegSynonyms &sections)   string  MakeAuthString ()     CObject (void)   Constructor. More...
    CObject (const CObject &src)   Copy constructor. More...
  virtual  ~CObject (void)   Destructor. More...
  CObjectoperator= (const CObject &src) THROWS_NONE   Assignment operator. More...
  bool  CanBeDeleted (void) const THROWS_NONE   Check if object can be deleted. More...
  bool  IsAllocatedInPool (void) const THROWS_NONE   Check if object is allocated in memory pool (not system heap) More...
  bool  Referenced (void) const THROWS_NONE   Check if object is referenced. More...
  bool  ReferencedOnlyOnce (void) const THROWS_NONE   Check if object is referenced only once. More...
  void  AddReference (void) const   Add reference to object. More...
  void  RemoveReference (void) const   Remove reference to object. More...
  void  ReleaseReference (void) const   Remove reference without deleting object. More...
  virtual void  DoNotDeleteThisObject (void)   Mark this object as not allocated in heap – do not delete this object. More...
  virtual void  DoDeleteThisObject (void)   Mark this object as allocated in heap – object can be deleted. More...
  void *  operator new (size_t size)   Define new operator for memory allocation. More...
  void *  operator new[] (size_t size)   Define new[] operator for 'array' memory allocation. More...
  void  operator delete (void *ptr)   Define delete operator for memory deallocation. More...
  void  operator delete[] (void *ptr)   Define delete[] operator for memory deallocation. More...
  void *  operator new (size_t size, void *place)   Define new operator. More...
  void  operator delete (void *ptr, void *place)   Define delete operator. More...
  void *  operator new (size_t size, CObjectMemoryPool *place)   Define new operator using memory pool. More...
  void  operator delete (void *ptr, CObjectMemoryPool *place)   Define delete operator. More...
  virtual void  DebugDump (CDebugDumpContext ddc, unsigned int depth) const   Define method for dumping debug information. More...
    CDebugDumpable (void)   virtual  ~CDebugDumpable (void)   void  DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const   void  DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const   void  DumpToConsole (void) const  

Definition at line 285 of file netschedule_api_impl.hpp.

◆ TAuthParams ◆ TMode ◆ TQueueParams ◆ EMode Enumerator fWnCompatible  fNonWnCompatible  fConfigLoading  fWorkerNode  fNetSchedule 

Definition at line 288 of file netschedule_api_impl.hpp.

◆ SNetScheduleAPIImpl() [1/2] ◆ SNetScheduleAPIImpl() [2/2] ◆ ~SNetScheduleAPIImpl() SNetScheduleAPIImpl::~SNetScheduleAPIImpl ( ) ◆ AllocNotificationThread() void SNetScheduleAPIImpl::AllocNotificationThread ( ) ◆ ExecOnJobServer() ◆ GetCompoundIDPool() ◆ GetJobStatus()

Definition at line 975 of file netschedule_api.cpp.

References cmd, CNetScheduleAPI::eJobNotFound, CNetScheduleException::eJobNotFound, ExecOnJobServer(), g_AppendClientIPSessionIDHitID(), CException::GetErrCode(), CNetScheduleNewJob::job_id, NULL, s_SetJobExpTime(), s_SetPauseMode(), and CNetScheduleAPI::StringToStatus().

◆ GetListener() ◆ GetMode() ◆ GetQueueParams() [1/2] ◆ GetQueueParams() [2/2] void SNetScheduleAPIImpl::GetQueueParams ( TQueueParamsqueue_params ) ◆ GetServer() [1/2] ◆ GetServer() [2/2] ◆ GetServerByNode() ◆ GetServerParams() ◆ Init()

Definition at line 571 of file netschedule_api.cpp.

References fConfigLoading, IRegistry::Get(), SNetServiceImpl::GetClientName(), GetDiagContext(), GetFastLocalTime(), CDiagContext::GetHost(), GetListener(), CDiagContext::GetPID(), CDiagContext::GetStringUID(), InitAffinities(), kEmptyStr, m_ClientNode, m_ClientSession, m_JobGroup, m_JobTtl, m_Mode, m_Queue, m_RetryOnException, m_Service, m_UseEmbeddedStorage, MakeAuthString(), NStr::NumericToString(), registry, CNetScheduleServerListener::Scope(), CNetScheduleServerListener::SetAuthString(), and SetDiagUserAndHost().

Referenced by SNetScheduleAPIImpl().

◆ InitAffinities()

Definition at line 1198 of file netschedule_api.cpp.

References CNetScheduleExecutor::eClaimNewPreferredAffs, CNetScheduleExecutor::eExplicitAffinitiesOnly, CNetScheduleExecutor::ePreferredAffinities, CNetScheduleExecutor::ePreferredAffsOrAnyJob, NStr::fSplit_MergeDelimiters, NStr::fSplit_Truncate, IRegistry::Get(), kEmptyStr, m_AffinityLadder, m_AffinityList, m_AffinityPreference, NCBI_THROW, registry, and NStr::Split().

Referenced by Init().

◆ MakeAuthString() string SNetScheduleAPIImpl::MakeAuthString ( )

Definition at line 470 of file netschedule_api.cpp.

References COMPATIBLE_NETSCHEDULE_VERSION, CNetScheduleAPI::eCT_Admin, CNetScheduleAPI::eCT_Reader, CNetScheduleAPI::eCT_Submitter, CNetScheduleAPI::eCT_WorkerNode, fNonWnCompatible, CNcbiApplicationAPI::InstanceGuard(), ITERATE, m_AuthParams, m_ClientNode, m_ClientSession, m_ClientType, m_Mode, m_ProgramVersion, m_Queue, m_Service, SNetServiceImpl::MakeAuthString(), and dtl::version.

Referenced by Init(), and UpdateAuthString().

◆ SetAuthParam() ◆ StartNotificationThread() void SNetScheduleAPIImpl::StartNotificationThread ( ) ◆ UpdateAuthString() void SNetScheduleAPIImpl::UpdateAuthString ( ) ◆ UseOldStyleAuth() void SNetScheduleAPIImpl::UseOldStyleAuth ( ) ◆ x_ClearNode() void SNetScheduleAPIImpl::x_ClearNode ( )

Definition at line 347 of file netschedule_api.cpp.

References SSocketAddress::AsString(), cmd, SNetServerImpl::ConnectAndExec(), CNetServiceException::eCommunicationError, CNetService::eIncludePenalized, ERR_POST, g_AppendClientIPSessionIDHitID(), CException::GetErrCode(), CNetService::IsLoadBalanced(), CNetService::Iterate(), SNetServerInPool::m_Address, SNetServerImpl::m_ServerInPool, m_Service, and CException::what().

Referenced by SGridWorkerNodeImpl::x_ClearNode().

◆ m_AffinityLadder ◆ m_AffinityList list<string> SNetScheduleAPIImpl::m_AffinityList ◆ m_AffinityPreference ◆ m_AuthParams ◆ m_ClientNode string SNetScheduleAPIImpl::m_ClientNode ◆ m_ClientSession string SNetScheduleAPIImpl::m_ClientSession ◆ m_ClientType ◆ m_CompoundIDPool ◆ m_JobGroup string SNetScheduleAPIImpl::m_JobGroup ◆ m_JobTtl unsigned SNetScheduleAPIImpl::m_JobTtl = 0 ◆ m_Mode ◆ m_NotificationThread ◆ m_NotificationThreadMutex CFastMutex SNetScheduleAPIImpl::m_NotificationThreadMutex ◆ m_NotificationThreadStartStopCounter ◆ m_ProgramVersion string SNetScheduleAPIImpl::m_ProgramVersion ◆ m_Queue string SNetScheduleAPIImpl::m_Queue ◆ m_RetryOnException bool SNetScheduleAPIImpl::m_RetryOnException ◆ m_ServerParamsSync ◆ m_Service

Definition at line 374 of file netschedule_api_impl.hpp.

Referenced by g_GetWorkerNodeInfo(), g_GetWorkerNodes(), SGridWorkerNodeImpl::GetClientName(), GetQueueParams(), GetServerByNode(), SGridWorkerNodeImpl::GetServiceName(), Init(), MakeAuthString(), CNetScheduleNotificationHandler::RequestJob(), SNetCacheAPIImpl::SNetCacheAPIImpl(), SNetScheduleAPIImpl(), UpdateAuthString(), UseOldStyleAuth(), and x_ClearNode().

◆ m_SharedData ◆ m_UseEmbeddedStorage bool SNetScheduleAPIImpl::m_UseEmbeddedStorage

The documentation for this struct was generated from the following files:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4