public static enum Job.PJobState extends Enum<Job.PJobState> implements com.google.protobuf.ProtocolMessageEnum
Journal entry messages for the block master.Protobuf enum
alluxio.proto.journal.PJobState
Enum Constant and Description |
---|
CREATED
CREATED = 1; |
FAILED
FAILED = 4; |
STOPPED
STOPPED = 2; |
SUCCEEDED
SUCCEEDED = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
CREATED_VALUE
CREATED = 1; |
static int |
FAILED_VALUE
FAILED = 4; |
static int |
STOPPED_VALUE
STOPPED = 2; |
static int |
SUCCEEDED_VALUE
SUCCEEDED = 3; |
Modifier and Type | Method and Description |
---|---|
static Job.PJobState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Job.PJobState> |
internalGetValueMap() |
static Job.PJobState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Job.PJobState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Job.PJobState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.PJobState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Job.PJobState CREATED
CREATED = 1;
public static final Job.PJobState STOPPED
STOPPED = 2;
public static final Job.PJobState SUCCEEDED
SUCCEEDED = 3;
public static final Job.PJobState FAILED
FAILED = 4;
public static final int CREATED_VALUE
CREATED = 1;
public static final int STOPPED_VALUE
STOPPED = 2;
public static final int SUCCEEDED_VALUE
SUCCEEDED = 3;
public static final int FAILED_VALUE
FAILED = 4;
public static Job.PJobState[] values()
for (Job.PJobState c : Job.PJobState.values()) System.out.println(c);
public static Job.PJobState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Job.PJobState valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Job.PJobState forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Job.PJobState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Job.PJobState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All Rights Reserved.