IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::ParallelJobContainerGen< InputType, ResultType > Member List

This is the complete list of members for IG::Num::ParallelJobContainerGen< InputType, ResultType >, including all inherited members.
_clientDataIG::Num::ParallelJobContainerBase [protected]
_clientJobIdIG::Num::ParallelJobContainerBase [protected]
_dispatcherIG::Num::ParallelJobContainerBase [protected]
_dispatcherJobIdIG::Num::ParallelJobContainerBase [protected]
_doesNotContainJobDefinitionIG::Num::ParallelJobContainerGen< InputType, ResultType > [protected]
_evaluationDelegateIG::Num::ParallelJobContainerGen< InputType, ResultType > [protected]
_inputIG::Num::ParallelJobContainerGen< InputType, ResultType > [protected]
_isTestModeIG::Num::ParallelJobContainerBase [protected]
_numTestDelaysIG::Num::ParallelJobContainerBase [protected]
_onAbortedIG::Num::ParallelJobContainerBase [protected]
_onAbortedGenericIG::Num::ParallelJobContainerGen< InputType, ResultType > [protected]
_onFinishedIG::Num::ParallelJobContainerBase [protected]
_onFinishedGenericIG::Num::ParallelJobContainerGen< InputType, ResultType > [protected]
_onStartedIG::Num::ParallelJobContainerBase [protected]
_onStartedGenericIG::Num::ParallelJobContainerGen< InputType, ResultType > [protected]
_outputLevelIG::Num::ParallelJobContainerBase [protected]
_resultIG::Num::ParallelJobContainerGen< InputType, ResultType > [protected]
_sleepTimeMsIG::Num::ParallelJobContainerBase [protected]
_stateIG::Num::ParallelJobContainerBase [protected]
_testDelayInSecondsIG::Num::ParallelJobContainerBase [protected]
_testDelayRelativeErrorIG::Num::ParallelJobContainerBase [protected]
AssignToDispatcher(ParallelJobDispatcherBase dispatcher)IG::Num::ParallelJobContainerBase [inline, protected]
CalculateResultsPlain(InputType input)IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, protected, virtual]
ClientDataIG::Num::ParallelJobContainerBase
ClientJobIdIG::Num::ParallelJobContainerBase
CreateDispatcher(int numServers)IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, static]
CreateDispatcher(int numServers, int sleepTimeMs)IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, static]
CreateJobContainer()IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, static]
CreateServer()IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, static]
CreateServer(int sleeptimeMs)IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, static]
DefaultIsTestModeIG::Num::ParallelJobContainerBase [static]
DefaultOutputLevelIG::Num::ParallelJobContainerBase [static]
DefaultSleepTimeMsIG::Num::ParallelJobContainerBase [static]
DispatcherJobIdIG::Num::ParallelJobContainerBase
EvaluationDelegateIG::Num::ParallelJobContainerGen< InputType, ResultType >
GetNextId()IG::Num::ParallelJobContainerBase [inline, protected, static]
IdIG::Num::ParallelJobContainerBase
InputIG::Num::ParallelJobContainerGen< InputType, ResultType >
IsJobCompletedIG::Num::ParallelJobContainerBase
IsJobDefinedIG::Num::ParallelJobContainerGen< InputType, ResultType >
IsTestModeIG::Num::ParallelJobContainerBase
LockIG::Num::ParallelJobContainerBase
LockIdIG::Num::ParallelJobContainerBase [static]
NotifyJobAborted()IG::Num::ParallelJobContainerBase [inline]
NotifyJobFinished()IG::Num::ParallelJobContainerBase [inline]
NotifyJobStarted()IG::Num::ParallelJobContainerBase [inline]
NumTestDelaysIG::Num::ParallelJobContainerBase
OnAbortedIG::Num::ParallelJobContainerBase
OnAbortedGenericIG::Num::ParallelJobContainerGen< InputType, ResultType >
OnFinishedIG::Num::ParallelJobContainerBase
OnFinishedGenericIG::Num::ParallelJobContainerGen< InputType, ResultType >
OnStartedIG::Num::ParallelJobContainerBase
OnStartedGenericIG::Num::ParallelJobContainerGen< InputType, ResultType >
OutputLevelIG::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]
ResultIG::Num::ParallelJobContainerGen< InputType, ResultType >
RunJob()IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, virtual]
RunJob(InputType input)IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline]
RunOnAborted()IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, protected, virtual]
RunOnFinished()IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, protected, virtual]
RunOnStarted()IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline, protected, virtual]
SleepTimeMsIG::Num::ParallelJobContainerBase
StateIG::Num::ParallelJobContainerBase
TestDelayInSecondsIG::Num::ParallelJobContainerBase
TestDelayRelativeErrorIG::Num::ParallelJobContainerBase
TestDelaySingleMsIG::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 > [inline, static]
IG::Num::ParallelJobContainerBase::TestPerformance(int numPoints, int numServers, int maxEnqueued, double delayTimeSeconds, double delayTimeRelativeError, int sleepTimeMs, int clientOutputLevel)IG::Num::ParallelJobContainerBase [inline, static]
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 [inline, static]
ToString()IG::Num::ParallelJobContainerGen< InputType, ResultType > [inline]
WaitJobCompletion()IG::Num::ParallelJobContainerBase [inline]
WaitJobCompletion(double timeoutInSeconds)IG::Num::ParallelJobContainerBase [inline]
 All Classes Namespaces Files Functions Variables Enumerations Properties Events