Click or drag to resize

JetClient Class

Provides client access to the Jumbo Jet distributed execution engine.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetJetClient

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

The JetClient type exposes the following members.

Constructors
 NameDescription
Public methodJetClient Initializes a new instance of the JetClient class.
Public methodJetClient(JetConfiguration) Initializes a new instance of the JetClient class with the specified configuration.
Public methodJetClient(String, Int32) Initializes a new instance of the JetClient class with the specified host name and port.
Top
Properties
 NameDescription
Public propertyConfiguration Gets the JetConfiguration that was used to create this instance.
Public propertyJobServer Gets the IJobServerClientProtocol instance used by this instance to communicate with the job server.
Top
Methods
 NameDescription
Public methodStatic memberCreateJobServerClient Creates a client object that can be used to communicate with a job server.
Public methodStatic memberCreateJobServerClient(JetConfiguration) Creates a client object that can be used to communicate with a job server.
Public methodStatic memberCreateJobServerClient(String, Int32) Creates a client object that can be used to communicate with a job server.
Public methodStatic memberCreateJobServerHeartbeatClient Creates a client object that can be used to communicate with a job server via the heartbeat protocol.
Public methodStatic memberCreateJobServerHeartbeatClient(JetConfiguration) Creates a client object that can be used to communicate with a job server via the heartbeat protocol using the specified configuration.
Public methodStatic memberCreateTaskServerClient Creates a client object that can be used to communicate with its task server server.
Public methodStatic memberCreateTaskServerUmbilicalClient Creates a client object that can be used by a task host to communicate with its task server.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRunJob(JobConfiguration, String) Creates a new job, stores the job configuration and the specified files on the DFS, and runs the job.
Public methodRunJob(Job, JobConfiguration, String) Stores the job configuration and the specified files on the DFS, and runs the job.
Public methodRunJob(JobConfiguration, FileSystemClient, String) Creates a new job, stores the job configuration and the specified files on the DFS using the specified FileSystemClient, and runs the job.
Public methodRunJob(Job, JobConfiguration, FileSystemClient, String) Stores the job configuration and the specified files on the DFS using the specified FileSystemClient, and runs the job.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWaitForJobCompletion(Guid, Int32) Waits until the specified job is complete, printing progress updates to the console.
Public methodWaitForJobCompletion(Guid, Int32, Int32) Waits until the specified job has finished.
Top
See Also