Data Fields | |
char * | agentUrl |
The agent channel URL. | |
char * | dispatcherUrl |
The dispatcher channel URL. | |
char * | collectorUrl |
The collector channel URL. | |
char * | authWorkerNodes |
The authorized worker node address list. | |
unsigned | maxNodeRequests |
The maximum acceptable node requests. | |
unsigned | minServiceSlots |
The minimum acceptable node requests. | |
unsigned | expirePollInterval |
The job expiration timer check interval. | |
char * | localCheckPattern |
The regular expression for local jobs. | |
char * | syncScript |
The sync script path and file name. | |
char * | logFilePath |
The system log file path. | |
char * | debugFilePath |
The debug log file path. | |
char * | auditFilePath |
The audit log file path. | |
unsigned | debugLevel |
The global debug level. |
Definition at line 116 of file dnxNebMain.c.
char* DnxServerCfg::agentUrl |
The agent channel URL.
Definition at line 118 of file dnxNebMain.c.
Referenced by dnxServerInit(), initConfig(), nebmodule_init(), and validateCfg().
The dispatcher channel URL.
Definition at line 119 of file dnxNebMain.c.
Referenced by dnxServerInit(), initConfig(), nebmodule_init(), and validateCfg().
The collector channel URL.
Definition at line 120 of file dnxNebMain.c.
Referenced by dnxServerInit(), initConfig(), nebmodule_init(), and validateCfg().
The authorized worker node address list.
Definition at line 121 of file dnxNebMain.c.
Referenced by initConfig(), and validateCfg().
unsigned DnxServerCfg::maxNodeRequests |
The maximum acceptable node requests.
Definition at line 122 of file dnxNebMain.c.
Referenced by dnxCalculateJobListSize(), initConfig(), and validateCfg().
unsigned DnxServerCfg::minServiceSlots |
The minimum acceptable node requests.
Definition at line 123 of file dnxNebMain.c.
Referenced by dnxCalculateJobListSize(), initConfig(), and validateCfg().
unsigned DnxServerCfg::expirePollInterval |
The job expiration timer check interval.
Definition at line 124 of file dnxNebMain.c.
Referenced by initConfig(), and validateCfg().
The regular expression for local jobs.
Definition at line 125 of file dnxNebMain.c.
Referenced by ehSvcCheck(), initConfig(), releaseConfig(), and validateCfg().
char* DnxServerCfg::syncScript |
The sync script path and file name.
Definition at line 126 of file dnxNebMain.c.
Referenced by ehProcessData(), initConfig(), and validateCfg().
The system log file path.
Definition at line 127 of file dnxNebMain.c.
Referenced by initConfig(), nebmodule_init(), and validateCfg().
The debug log file path.
Definition at line 128 of file dnxNebMain.c.
Referenced by initConfig(), nebmodule_init(), and validateCfg().
The audit log file path.
Definition at line 129 of file dnxNebMain.c.
Referenced by dnxAuditJob(), initConfig(), nebmodule_init(), and validateCfg().
unsigned DnxServerCfg::debugLevel |
The global debug level.
Definition at line 130 of file dnxNebMain.c.
Referenced by initConfig(), nebmodule_init(), and validateCfg().