Modifier and Type | Method and Description |
---|---|
Status |
JobAttempt.check()
Returns the status of the job attempt.
|
Modifier and Type | Method and Description |
---|---|
Status |
PlanInfo.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
PlanInfo.setStatus(Status status)
Sets the status of a job.
|
Modifier and Type | Method and Description |
---|---|
Status |
DefaultReplicationHandler.getJobStatus(long jobId) |
Status |
ReplicationHandler.getJobStatus(long jobId) |
Modifier and Type | Method and Description |
---|---|
List<Long> |
DefaultReplicationHandler.findJobs(String jobName,
Set<Status> status) |
List<Long> |
ReplicationHandler.findJobs(String jobName,
Set<Status> statusList) |
Modifier and Type | Method and Description |
---|---|
Status |
PlanInfo.getStatus() |
Status |
TaskInfo.getStatus() |
Status |
StatusSummary.getStatus()
Returns the
Status this object represents. |
Status |
WorkflowInfo.getStatus() |
Status |
JobInfo.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskInfo |
TaskInfo.setStatus(Status status) |
Constructor and Description |
---|
PlanInfo(long id,
String name,
Status status,
long lastUpdated,
String errorMessage)
JobInfo constructor exposed for testing.
|
StatusSummary(Status status,
long count)
Constructs a new instance of
StatusSummary
from a Status and number of jobs with that status. |
TaskInfo(long jobId,
long taskId,
Status status,
WorkerNetAddress workerAddress,
Object args)
Constructs a new TaskInfo from jobId, taskId, Status, workerAddress, and arguments.
|
WorkflowInfo(long id,
String name,
Status status,
long lastUpdated,
String errorType,
String errorMessage,
List<JobInfo> children)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Status |
WorkflowExecution.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecution.stop(Status status,
String errorType,
String errorMessage)
stops future execution.
|
Modifier and Type | Method and Description |
---|---|
Set<Long> |
PlanTracker.findJobs(String name,
List<Status> statusList) |
Modifier and Type | Method and Description |
---|---|
Set<Long> |
WorkflowTracker.findJobs(String name,
List<Status> statusList) |
Modifier and Type | Method and Description |
---|---|
Status |
TransformJobInfo.getJobStatus() |
Modifier and Type | Method and Description |
---|---|
void |
TransformJobInfo.setJobStatus(@NotNull Status status)
Sets the job status.
|
Copyright © 2023. All Rights Reserved.