Package | Description |
---|---|
alluxio.master.file.loadmanager |
Modifier and Type | Method and Description |
---|---|
static LoadJobState |
LoadJobState.fromProto(Job.PJobState jobStatus)
Convert PJobStatus to LoadStatus.
|
LoadJobState |
LoadJob.getJobState()
Get load status.
|
static LoadJobState |
LoadJobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadJobState[] |
LoadJobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadJob.setJobState(LoadJobState state)
Set load state.
|
static Job.PJobState |
LoadJobState.toProto(LoadJobState state)
Convert LoadStatus to PJobStatus.
|
Copyright © 2023. All Rights Reserved.