IJobServerClientProtocol Interface |
Namespace: Ookii.Jumbo.Jet
The IJobServerClientProtocol type exposes the following members.
Name | Description | |
---|---|---|
AbortJob |
Aborts execution of a job.
| |
CheckTaskCompletion |
Waits until any of the specified tasks complete.
| |
CreateJob |
Creates a new job and assigns a directory on the distributed file system where the job's files are meant
to be stored.
| |
GetArchivedJobs |
Gets a list of archived jobs.
| |
GetArchivedJobStatus |
Gets the job status for an archived job.
| |
GetJobConfigurationFile |
Gets the contents of a job configuration file.
| |
GetJobStatus |
Gets the current status for the specified job.
| |
GetLogFileContents |
Gets the contents of the diagnostic log file.
| |
GetMetrics |
Gets current metrics for the distributed execution engine.
| |
GetRunningJobs |
Gets the status for all currently running jobs.
| |
GetTaskServerForTask |
Gets the address of the task server that is running the specified task.
| |
RunJob |
Begins execution of a job.
|