JetClient Class |
Namespace: Ookii.Jumbo.Jet
The JetClient type exposes the following members.
| Name | Description | |
|---|---|---|
| JetClient |
Initializes a new instance of the JetClient class.
| |
| JetClient(JetConfiguration) |
Initializes a new instance of the JetClient class with the specified configuration.
| |
| JetClient(String, Int32) |
Initializes a new instance of the JetClient class with the specified host name and port.
|
| Name | Description | |
|---|---|---|
| Configuration |
Gets the JetConfiguration that was used to create this instance.
| |
| JobServer |
Gets the IJobServerClientProtocol instance used by this instance to communicate with the job server.
|
| Name | Description | |
|---|---|---|
| CreateJobServerClient |
Creates a client object that can be used to communicate with a job server.
| |
| CreateJobServerClient(JetConfiguration) |
Creates a client object that can be used to communicate with a job server.
| |
| CreateJobServerClient(String, Int32) |
Creates a client object that can be used to communicate with a job server.
| |
| CreateJobServerHeartbeatClient |
Creates a client object that can be used to communicate with a job server via the heartbeat protocol.
| |
| CreateJobServerHeartbeatClient(JetConfiguration) |
Creates a client object that can be used to communicate with a job server via the heartbeat protocol
using the specified configuration.
| |
| CreateTaskServerClient |
Creates a client object that can be used to communicate with its task server server.
| |
| CreateTaskServerUmbilicalClient |
Creates a client object that can be used by a task host to communicate with its task server.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RunJob(JobConfiguration, String) |
Creates a new job, stores the job configuration and the specified files on the DFS, and runs the job.
| |
| RunJob(Job, JobConfiguration, String) |
Stores the job configuration and the specified files on the DFS, and runs the job.
| |
| RunJob(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.
| |
| RunJob(Job, JobConfiguration, FileSystemClient, String) |
Stores the job configuration and the specified files on the DFS using the specified FileSystemClient, and runs the job.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WaitForJobCompletion(Guid, Int32) |
Waits until the specified job is complete, printing progress updates to the console.
| |
| WaitForJobCompletion(Guid, Int32, Int32) |
Waits until the specified job has finished.
|