public enum ProcessState extends Enum<ProcessState> implements com.google.protobuf.ProtocolMessageEnum
alluxio.hub.proto.ProcessState
Enum Constant and Description |
---|
RUNNING
RUNNING = 2; |
STARTING
STARTING = 1; |
STOPPED
STOPPED = 0; |
STOPPING
STOPPING = 3; |
UNKNOWN
UNKNOWN = 4; |
Modifier and Type | Field and Description |
---|---|
static int |
RUNNING_VALUE
RUNNING = 2; |
static int |
STARTING_VALUE
STARTING = 1; |
static int |
STOPPED_VALUE
STOPPED = 0; |
static int |
STOPPING_VALUE
STOPPING = 3; |
static int |
UNKNOWN_VALUE
UNKNOWN = 4; |
Modifier and Type | Method and Description |
---|---|
static ProcessState |
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<ProcessState> |
internalGetValueMap() |
static ProcessState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProcessState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProcessState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessState STOPPED
STOPPED = 0;
public static final ProcessState STARTING
STARTING = 1;
public static final ProcessState RUNNING
RUNNING = 2;
public static final ProcessState STOPPING
STOPPING = 3;
public static final ProcessState UNKNOWN
UNKNOWN = 4;
public static final int STOPPED_VALUE
STOPPED = 0;
public static final int STARTING_VALUE
STARTING = 1;
public static final int RUNNING_VALUE
RUNNING = 2;
public static final int STOPPING_VALUE
STOPPING = 3;
public static final int UNKNOWN_VALUE
UNKNOWN = 4;
public static ProcessState[] values()
for (ProcessState c : ProcessState.values()) System.out.println(c);
public static ProcessState 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 ProcessState valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static ProcessState forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProcessState> 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 ProcessState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All Rights Reserved.