Click or drag to resize

JetClient Methods

The JetClient type exposes the following members.

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