public static enum StoreTypes.StageStatus extends Enum<StoreTypes.StageStatus> implements com.google.protobuf.ProtocolMessageEnum
org.apache.spark.status.protobuf.StageStatus
Enum Constant and Description |
---|
STAGE_STATUS_ACTIVE
STAGE_STATUS_ACTIVE = 1; |
STAGE_STATUS_COMPLETE
STAGE_STATUS_COMPLETE = 2; |
STAGE_STATUS_FAILED
STAGE_STATUS_FAILED = 3; |
STAGE_STATUS_PENDING
STAGE_STATUS_PENDING = 4; |
STAGE_STATUS_SKIPPED
STAGE_STATUS_SKIPPED = 5; |
STAGE_STATUS_UNSPECIFIED
STAGE_STATUS_UNSPECIFIED = 0; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
STAGE_STATUS_ACTIVE_VALUE
STAGE_STATUS_ACTIVE = 1; |
static int |
STAGE_STATUS_COMPLETE_VALUE
STAGE_STATUS_COMPLETE = 2; |
static int |
STAGE_STATUS_FAILED_VALUE
STAGE_STATUS_FAILED = 3; |
static int |
STAGE_STATUS_PENDING_VALUE
STAGE_STATUS_PENDING = 4; |
static int |
STAGE_STATUS_SKIPPED_VALUE
STAGE_STATUS_SKIPPED = 5; |
static int |
STAGE_STATUS_UNSPECIFIED_VALUE
STAGE_STATUS_UNSPECIFIED = 0; |
Modifier and Type | Method and Description |
---|---|
static StoreTypes.StageStatus |
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<StoreTypes.StageStatus> |
internalGetValueMap() |
static StoreTypes.StageStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StoreTypes.StageStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StoreTypes.StageStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreTypes.StageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreTypes.StageStatus STAGE_STATUS_UNSPECIFIED
STAGE_STATUS_UNSPECIFIED = 0;
public static final StoreTypes.StageStatus STAGE_STATUS_ACTIVE
STAGE_STATUS_ACTIVE = 1;
public static final StoreTypes.StageStatus STAGE_STATUS_COMPLETE
STAGE_STATUS_COMPLETE = 2;
public static final StoreTypes.StageStatus STAGE_STATUS_FAILED
STAGE_STATUS_FAILED = 3;
public static final StoreTypes.StageStatus STAGE_STATUS_PENDING
STAGE_STATUS_PENDING = 4;
public static final StoreTypes.StageStatus STAGE_STATUS_SKIPPED
STAGE_STATUS_SKIPPED = 5;
public static final StoreTypes.StageStatus UNRECOGNIZED
public static final int STAGE_STATUS_UNSPECIFIED_VALUE
STAGE_STATUS_UNSPECIFIED = 0;
public static final int STAGE_STATUS_ACTIVE_VALUE
STAGE_STATUS_ACTIVE = 1;
public static final int STAGE_STATUS_COMPLETE_VALUE
STAGE_STATUS_COMPLETE = 2;
public static final int STAGE_STATUS_FAILED_VALUE
STAGE_STATUS_FAILED = 3;
public static final int STAGE_STATUS_PENDING_VALUE
STAGE_STATUS_PENDING = 4;
public static final int STAGE_STATUS_SKIPPED_VALUE
STAGE_STATUS_SKIPPED = 5;
public static StoreTypes.StageStatus[] values()
for (StoreTypes.StageStatus c : StoreTypes.StageStatus.values()) System.out.println(c);
public static StoreTypes.StageStatus 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 StoreTypes.StageStatus valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static StoreTypes.StageStatus forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<StoreTypes.StageStatus> 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 StoreTypes.StageStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)