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