Package | Description |
---|---|
alluxio.master.job | |
alluxio.scheduler.job |
Modifier and Type | Field and Description |
---|---|
protected JobState |
AbstractJob.mState |
Modifier and Type | Method and Description |
---|---|
JobState |
AbstractJob.getJobState()
Get load status.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJob.setJobState(JobState state)
Set load state.
|
Modifier and Type | Method and Description |
---|---|
static JobState |
JobState.fromProto(Job.PJobState jobStatus)
Convert PJobStatus to JobStatus.
|
JobState |
Job.getJobState() |
static JobState |
JobState.valueOf(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)
set job state.
|
static Job.PJobState |
JobState.toProto(JobState state)
Convert JobStatus to PJobStatus.
|
Copyright © 2023. All Rights Reserved.