Package | Description |
---|---|
alluxio.job.plan.meta | |
alluxio.job.wire | |
alluxio.job.workflow | |
alluxio.master.table.transform |
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 |
PlanInfo.getStatus() |
Status |
WorkflowInfo.getStatus() |
Status |
TaskInfo.getStatus() |
Status |
JobInfo.getStatus() |
Status |
StatusSummary.getStatus()
Returns the
Status this object represents. |
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)
Constructs a new TaskInfo from jobId, taskId, Status, and workerAddress.
|
WorkflowInfo(long id,
String name,
Status status,
long lastUpdated,
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 errorMessage)
stops future execution.
|
Modifier and Type | Method and Description |
---|---|
Status |
TransformJobInfo.getJobStatus() |
Modifier and Type | Method and Description |
---|---|
void |
TransformJobInfo.setJobStatus(Status status)
Sets the job status.
|
Copyright © 2023. All Rights Reserved.