| Class | Description |
|---|---|
| AbstractJobResult |
A
AbstractJobResult is the super class of all results
to report the job operation. |
| JobCancelResult |
A
JobCancelResult is used to report the result
of a job cancel request. |
| JobClient |
The job client is able to submit, control, and abort jobs.
|
| JobClient.JobCleanUp |
Inner class used to perform clean up tasks when the
job client is terminated.
|
| JobProgressResult |
A
JobProgressResult is used to report the current progress
of a job. |
| JobSubmissionResult |
A
JobSubmissionResult is used to report the results
of a job submission. |
| Enum | Description |
|---|---|
| AbstractJobResult.ReturnCode |
The possible return codes for a job operation.
|
| Exception | Description |
|---|---|
| JobExecutionException |
This exception is thrown by the
JobClient if a Nephele job has been aborted either as a result of a user
request or an error which occurred during the execution. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.