| Package | Description |
|---|---|
| alluxio.scheduler.job |
| Modifier and Type | Method and Description |
|---|---|
static JobState |
JobState.fromProto(Job.PJobState jobStatus)
Convert PJobStatus to JobStatus.
|
JobState |
Job.getJobState() |
static JobState |
JobState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setJobState(JobState state,
boolean journalUpdate)
set job state.
|
static Job.PJobState |
JobState.toProto(JobState state)
Convert JobStatus to PJobStatus.
|
Copyright © 2024. All Rights Reserved.