Click or drag to resize

IJobServerClientProtocol Interface

The interface used by clients to communicate with the job server.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public interface IJobServerClientProtocol

The IJobServerClientProtocol type exposes the following members.

Methods
 NameDescription
Public methodAbortJob Aborts execution of a job.
Public methodCheckTaskCompletion Waits until any of the specified tasks complete.
Public methodCreateJob Creates a new job and assigns a directory on the distributed file system where the job's files are meant to be stored.
Public methodGetArchivedJobs Gets a list of archived jobs.
Public methodGetArchivedJobStatus Gets the job status for an archived job.
Public methodGetJobConfigurationFile Gets the contents of a job configuration file.
Public methodGetJobStatus Gets the current status for the specified job.
Public methodGetLogFileContents Gets the contents of the diagnostic log file.
Public methodGetMetrics Gets current metrics for the distributed execution engine.
Public methodGetRunningJobs Gets the status for all currently running jobs.
Public methodGetTaskServerForTask Gets the address of the task server that is running the specified task.
Public methodRunJob Begins execution of a job.
Top
See Also