Class | Description |
---|---|
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. |
Enum | Description |
---|---|
ClientUtils |
Contains utility methods for clients.
|
Exception | Description |
---|---|
DuplicateJobSubmissionException |
Exception which is returned upon job submission if the submitted job is currently being executed.
|
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 the
execution of a job.
|
JobInitializationException |
An exception indicating that the job has failed in the INITIALIZING job status.
|
JobSubmissionException |
This exception denotes an error while submitting a job to the JobManager.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.