| Package | Description |
|---|---|
| alluxio.job.meta | |
| alluxio.job.wire |
| Modifier and Type | Method and Description |
|---|---|
Status |
JobInfo.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobInfo.setStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
TaskInfo.getStatus() |
Status |
JobInfo.getStatus() |
static Status |
Status.valueOf(java.lang.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) |
void |
JobInfo.setStatus(Status status)
Sets the job status.
|
Copyright © 2019. All Rights Reserved.