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