Package | Description |
---|---|
alluxio.master.job | |
alluxio.proto.journal |
Modifier and Type | Method and Description |
---|---|
static Job.Status |
ProtoUtils.toProto(Status status) |
Modifier and Type | Method and Description |
---|---|
static Status |
ProtoUtils.fromProto(Job.Status status) |
Modifier and Type | Method and Description |
---|---|
static Job.Status |
Job.Status.forNumber(int value) |
Job.Status |
Job.TaskInfoOrBuilder.getStatus()
optional .alluxio.proto.journal.Status status = 3; |
Job.Status |
Job.TaskInfo.getStatus()
optional .alluxio.proto.journal.Status status = 3; |
Job.Status |
Job.TaskInfo.Builder.getStatus()
optional .alluxio.proto.journal.Status status = 3; |
static Job.Status |
Job.Status.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Job.Status |
Job.Status.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Job.Status |
Job.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.Status[] |
Job.Status.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.Status> |
Job.Status.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Job.TaskInfo.Builder |
Job.TaskInfo.Builder.setStatus(Job.Status value)
optional .alluxio.proto.journal.Status status = 3; |
Copyright © 2023. All Rights Reserved.