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: 2.0.0
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates 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 methodToString
Returns 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