Package | Description |
---|---|
alluxio.master.file.loadmanager | |
alluxio.proto.journal |
Modifier and Type | Method and Description |
---|---|
static Job.PJobState |
LoadJobState.toProto(LoadJobState state)
Convert LoadStatus to PJobStatus.
|
Modifier and Type | Method and Description |
---|---|
static LoadJobState |
LoadJobState.fromProto(Job.PJobState jobStatus)
Convert PJobStatus to LoadStatus.
|
Modifier and Type | Method and Description |
---|---|
static Job.PJobState |
Job.PJobState.forNumber(int value) |
Job.PJobState |
Job.LoadJobEntryOrBuilder.getState()
required .alluxio.proto.journal.PJobState state = 2; |
Job.PJobState |
Job.LoadJobEntry.getState()
required .alluxio.proto.journal.PJobState state = 2; |
Job.PJobState |
Job.LoadJobEntry.Builder.getState()
required .alluxio.proto.journal.PJobState state = 2; |
static Job.PJobState |
Job.PJobState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Job.PJobState |
Job.PJobState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Job.PJobState |
Job.PJobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.PJobState[] |
Job.PJobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Job.PJobState> |
Job.PJobState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Job.LoadJobEntry.Builder |
Job.LoadJobEntry.Builder.setState(Job.PJobState value)
required .alluxio.proto.journal.PJobState state = 2; |
Copyright © 2023. All Rights Reserved.