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