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