| Class | Description |
|---|---|
| JobClient |
The JobClient bridges between the JobManager's asynchronous actor messages and
the synchronous method calls to trigger.
|
| JobClientActor |
Actor which constitutes the bridge between the non-actor code and the JobManager.
|
| JobStatusMessage |
A simple message that holds the state of a job execution.
|
| SerializedJobExecutionResult |
A variant of the
JobExecutionResult that holds
its accumulator data in serialized form. |
| Exception | Description |
|---|---|
| JobCancellationException |
An exception which is thrown by the JobClient if a job is aborted as a result of a user
cancellation.
|
| JobExecutionException |
This exception is the base exception for all exceptions that denote any failure during
teh execution of a job.
|
| JobSubmissionException |
This exception denotes an error while submitting a job to the JobManager
|
| JobTimeoutException |
An exception which is thrown by the JobClient if the job manager is no longer reachable.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.