_clientData | IG.Num.ParallelJobContainerBase | protected |
_clientJobId | IG.Num.ParallelJobContainerBase | protected |
_dispatcher | IG.Num.ParallelJobContainerBase | protected |
_dispatcherJobId | IG.Num.ParallelJobContainerBase | protected |
_doesNotContainJobDefinition | IG.Num.ParallelJobContainerGen< InputType, ResultType > | protected |
_evaluationDelegate | IG.Num.ParallelJobContainerGen< InputType, ResultType > | protected |
_input | IG.Num.ParallelJobContainerGen< InputType, ResultType > | protected |
_isTestMode | IG.Num.ParallelJobContainerBase | protected |
_numTestDelays | IG.Num.ParallelJobContainerBase | protected |
_onAborted | IG.Num.ParallelJobContainerBase | protected |
_onAbortedGeneric | IG.Num.ParallelJobContainerGen< InputType, ResultType > | protected |
_onFinished | IG.Num.ParallelJobContainerBase | protected |
_onFinishedGeneric | IG.Num.ParallelJobContainerGen< InputType, ResultType > | protected |
_onStarted | IG.Num.ParallelJobContainerBase | protected |
_onStartedGeneric | IG.Num.ParallelJobContainerGen< InputType, ResultType > | protected |
_outputLevel | IG.Num.ParallelJobContainerBase | protected |
_result | IG.Num.ParallelJobContainerGen< InputType, ResultType > | protected |
_sleepTimeMs | IG.Num.ParallelJobContainerBase | protected |
_state | IG.Num.ParallelJobContainerBase | protected |
_testDelayInSeconds | IG.Num.ParallelJobContainerBase | protected |
_testDelayRelativeError | IG.Num.ParallelJobContainerBase | protected |
ClientData | IG.Num.ParallelJobContainerBase | |
ClientJobId | IG.Num.ParallelJobContainerBase | |
CreateDispatcher(int numServers) | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlinestatic |
CreateDispatcher(int numServers, int sleepTimeMs) | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlinestatic |
CreateJobContainer() | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlinestatic |
CreateServer() | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlinestatic |
CreateServer(int sleeptimeMs) | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlinestatic |
DefaultIsTestMode | IG.Num.ParallelJobContainerBase | static |
DefaultOutputLevel | IG.Num.ParallelJobContainerBase | static |
DefaultSleepTimeMs | IG.Num.ParallelJobContainerBase | static |
DispatcherJobId | IG.Num.ParallelJobContainerBase | |
EvaluationDelegate | IG.Num.ParallelJobContainerGen< InputType, ResultType > | |
GetNextId() | IG.Num.ParallelJobContainerBase | inlineprotectedstatic |
Id | IG.Num.ParallelJobContainerBase | |
Input | IG.Num.ParallelJobContainerGen< InputType, ResultType > | |
IsJobCompleted | IG.Num.ParallelJobContainerBase | |
IsJobDefined | IG.Num.ParallelJobContainerGen< InputType, ResultType > | |
IsTestMode | IG.Num.ParallelJobContainerBase | |
Lock | IG.Num.ParallelJobContainerBase | |
LockId | IG.Num.ParallelJobContainerBase | static |
NotifyJobAborted() | IG.Num.ParallelJobContainerBase | inline |
NotifyJobFinished() | IG.Num.ParallelJobContainerBase | inline |
NotifyJobStarted() | IG.Num.ParallelJobContainerBase | inline |
NumTestDelays | IG.Num.ParallelJobContainerBase | |
OnAborted | IG.Num.ParallelJobContainerBase | |
OnAbortedGeneric | IG.Num.ParallelJobContainerGen< InputType, ResultType > | |
OnFinished | IG.Num.ParallelJobContainerBase | |
OnFinishedGeneric | IG.Num.ParallelJobContainerGen< InputType, ResultType > | |
OnStarted | IG.Num.ParallelJobContainerBase | |
OnStartedGeneric | IG.Num.ParallelJobContainerGen< InputType, ResultType > | |
OutputLevel | IG.Num.ParallelJobContainerBase | |
ParallelJobContainerBase() | IG.Num.ParallelJobContainerBase | inline |
ParallelJobContainerGen() | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inline |
ParallelJobContainerGen(SimpleFunctionDelegate< InputType, ResultType > evaluationDelegate) | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inline |
ParallelJobContainerGen(SimpleFunctionDelegate< InputType, ResultType > evaluationDelegate, InputType inputData) | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inline |
ParallelJobContainerGen(SimpleFunctionDelegate< InputType, ResultType > evaluationDelegate, InputType inputData, object clientData) | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inline |
Result | IG.Num.ParallelJobContainerGen< InputType, ResultType > | |
RunJob() | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlinevirtual |
RunJob(InputType input) | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inline |
RunOnAborted() | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlineprotectedvirtual |
RunOnFinished() | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlineprotectedvirtual |
RunOnStarted() | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlineprotectedvirtual |
SleepTimeMs | IG.Num.ParallelJobContainerBase | |
State | IG.Num.ParallelJobContainerBase | |
TestDelayInSeconds | IG.Num.ParallelJobContainerBase | |
TestDelayRelativeError | IG.Num.ParallelJobContainerBase | |
TestDelaySingleMs | IG.Num.ParallelJobContainerBase | protected |
TestPerformance(InputType[] inputs, SimpleFunctionDelegate< InputType, ResultType > evaluationFunction, int numServers, int maxEnqueued, double delayTimeSeconds, double delayTimeRelativeError, int sleepTimeMs, int clientOutputLevel) | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inlinestatic |
IG::Num::ParallelJobContainerBase.TestPerformance(int numPoints, int numServers, int maxEnqueued, double delayTimeSeconds, double delayTimeRelativeError, int sleepTimeMs, int clientOutputLevel) | IG.Num.ParallelJobContainerBase | inlinestatic |
IG::Num::ParallelJobContainerBase.TestPerformance(double from, double to, int numPoints, SimpleFunctionDelegate< double, double > evaluationFunction, int numServers, int maxEnqueued, double delayTimeSeconds, double delayTimeRelativeError, int sleepTimeMs, int clientOutputLevel) | IG.Num.ParallelJobContainerBase | inlinestatic |
ToString() | IG.Num.ParallelJobContainerGen< InputType, ResultType > | inline |
WaitJobCompletion() | IG.Num.ParallelJobContainerBase | inline |
WaitJobCompletion(double timeoutInSeconds) | IG.Num.ParallelJobContainerBase | inline |