AGI.Parallel.Client Namespace |
Class | Description | |
---|---|---|
AssemblyCollection |
A collection of Assembly.
| |
ClusterJobScheduler |
Provides the methods used to submit and monitor jobs to cluster scheduler.
| |
EmbeddedJobScheduler |
Provides the methods used to submit and monitor jobs to embedded scheduler.
| |
EmbeddedJobSchedulerValidationException |
Exception thrown when embedded job scheduler can't validate it has the files it needs to execute a task.
| |
Job |
Represents a group of tasks in the system.
| |
JobCompletedEventArgs |
Provides data for the JobCompleted event.
| |
JobSchedulerException |
The exception that is thrown when a job scheduler error occurs.
| |
JobSchedulerSettings |
Global settings for the job scheduler.
| |
JobSubmittedEventArgs |
Provides data for the JobSubmitted event.
| |
TaskCollection |
A collection of Task.
| |
TaskCompletedEventArgs |
Provides data for the TaskCompleted event.
| |
TaskPreconditionCollection |
A collection of TaskPrecondition.
| |
TaskProgressEventArgs |
Provides data for the TaskProgressUpdated event.
| |
TaskStatusChangedEventArgs |
Provides data for the TaskStateChanged event.
|
Interface | Description | |
---|---|---|
ICheckCapability |
Provides the methods to check agent capabilities.
| |
IEnforceTaskPrecondition |
Indicates that the job scheduler enforces task preconditions. This is a marker interface and has no methods.
| |
IGetAgentInfo |
Provides the methods to get the agents of the job scheduler.
| |
IGetAuthorizationInfo |
Provides the methods to check if the user is authorized.
| |
IGetHostLog |
Provides the methods to get the log of the host.
| |
IGetLicenseInfo |
Provides the methods to get the license information.
| |
IGetVersionInfo |
Provides the methods to get the job scheduler version.
| |
IJobScheduler |
Provides the methods used to submit and monitor jobs to a job scheduler.
|
Enumeration | Description | |
---|---|---|
JobPriority |
Specifies the scheduling priority of a Job.
|
STK Parallel Computing Server 2.9 API for .NET