#include <dnxWLM.h>
Data Fields | |
char * | dispatcherUrl |
The url of the dispatcher channel. | |
char * | collectorUrl |
The url of the collector channel. | |
unsigned | reqTimeout |
The thread request timeout in seconds. | |
unsigned | ttlBackoff |
The time-to-live backoff in seconds. | |
unsigned | maxRetries |
The maximum allowable retries. | |
unsigned | poolMin |
The minimum number of pool threads. | |
unsigned | poolInitial |
The initial number of pool threads. | |
unsigned | poolMax |
The maximum number of pool threads. | |
unsigned | poolGrow |
The pool growth increment value. | |
unsigned | pollInterval |
The poll interval in seconds. | |
unsigned | shutdownGrace |
The shutdown grace period in seconds. | |
unsigned | maxResults |
The maximum size of the results buffer. | |
unsigned | showNodeAddr |
Boolean: show node in error results. |
Definition at line 33 of file dnxWLM.h.
The url of the dispatcher channel.
Definition at line 35 of file dnxWLM.h.
Referenced by copyCfgData(), dnxWlmCreate(), dnxWlmDestroy(), freeCfgData(), initConfig(), initWorkerComm(), logConfigChanges(), main(), and validateCfg().
The url of the collector channel.
Definition at line 36 of file dnxWLM.h.
Referenced by copyCfgData(), dnxWlmCreate(), dnxWlmDestroy(), freeCfgData(), initConfig(), initWorkerComm(), logConfigChanges(), main(), and validateCfg().
unsigned DnxWlmCfgData::reqTimeout |
The thread request timeout in seconds.
Definition at line 37 of file dnxWLM.h.
Referenced by dnxWlmReconfigure(), dnxWorker(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::ttlBackoff |
The time-to-live backoff in seconds.
Definition at line 38 of file dnxWLM.h.
Referenced by dnxWlmReconfigure(), dnxWorker(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::maxRetries |
The maximum allowable retries.
Definition at line 39 of file dnxWLM.h.
Referenced by dnxWlmReconfigure(), dnxWorker(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::poolMin |
The minimum number of pool threads.
Definition at line 40 of file dnxWLM.h.
Referenced by dnxWlmCreate(), dnxWlmReconfigure(), dnxWorker(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::poolInitial |
The initial number of pool threads.
Definition at line 41 of file dnxWLM.h.
Referenced by dnxWlmCreate(), dnxWlmReconfigure(), growThreadPool(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::poolMax |
The maximum number of pool threads.
Definition at line 42 of file dnxWLM.h.
Referenced by dnxWlmCreate(), dnxWlmReconfigure(), dnxWorker(), growThreadPool(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::poolGrow |
The pool growth increment value.
Definition at line 43 of file dnxWLM.h.
Referenced by dnxWlmReconfigure(), growThreadPool(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::pollInterval |
The poll interval in seconds.
Definition at line 44 of file dnxWLM.h.
Referenced by dnxWlmReconfigure(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::shutdownGrace |
The shutdown grace period in seconds.
Definition at line 45 of file dnxWLM.h.
Referenced by dnxWlmDestroy(), dnxWlmReconfigure(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::maxResults |
The maximum size of the results buffer.
Definition at line 46 of file dnxWLM.h.
Referenced by dnxWlmReconfigure(), initConfig(), logConfigChanges(), and validateCfg().
unsigned DnxWlmCfgData::showNodeAddr |
Boolean: show node in error results.
Definition at line 47 of file dnxWLM.h.
Referenced by dnxWlmReconfigure(), dnxWorker(), initConfig(), logConfigChanges(), and validateCfg().