Package | Description |
---|---|
alluxio.job.meta | |
alluxio.job.wire | |
alluxio.master.job | |
alluxio.master.table.transform |
Modifier and Type | Method and Description |
---|---|
Status |
JobInfo.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
JobInfo.setStatus(Status status)
Sets the status of a job.
|
Modifier and Type | Method and Description |
---|---|
Status |
StatusSummary.getStatus()
Returns the
Status this object represents. |
Status |
TaskInfo.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) |
void |
JobInfo.setStatus(Status status)
Sets the job status.
|
Constructor and Description |
---|
StatusSummary(Status status,
long count)
Constructs a new instance of
StatusSummary
from a Status and number of jobs with that status. |
Modifier and Type | Method and Description |
---|---|
static Status |
ProtoUtils.fromProto(Job.Status status) |
Modifier and Type | Method and Description |
---|---|
static Job.Status |
ProtoUtils.toProto(Status status) |
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.