public static enum HdfsServerFederationProtos.MountTableRecordProto.DestOrder extends Enum<HdfsServerFederationProtos.MountTableRecordProto.DestOrder> implements org.apache.hadoop.thirdparty.protobuf.ProtocolMessageEnum
hadoop.hdfs.MountTableRecordProto.DestOrder| Enum Constant and Description | 
|---|
| HASHHASH = 0; | 
| HASH_ALLHASH_ALL = 3; | 
| LOCALLOCAL = 1; | 
| RANDOMRANDOM = 2; | 
| SPACESPACE = 4; | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | HASH_ALL_VALUEHASH_ALL = 3; | 
| static int | HASH_VALUEHASH = 0; | 
| static int | LOCAL_VALUELOCAL = 1; | 
| static int | RANDOM_VALUERANDOM = 2; | 
| static int | SPACE_VALUESPACE = 4; | 
| Modifier and Type | Method and Description | 
|---|---|
| static HdfsServerFederationProtos.MountTableRecordProto.DestOrder | forNumber(int value) | 
| static org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumDescriptor | getDescriptor() | 
| org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumDescriptor | getDescriptorForType() | 
| int | getNumber() | 
| org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor | getValueDescriptor() | 
| static org.apache.hadoop.thirdparty.protobuf.Internal.EnumLiteMap<HdfsServerFederationProtos.MountTableRecordProto.DestOrder> | internalGetValueMap() | 
| static HdfsServerFederationProtos.MountTableRecordProto.DestOrder | valueOf(org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor desc) | 
| static HdfsServerFederationProtos.MountTableRecordProto.DestOrder | valueOf(int value)Deprecated. 
 Use  forNumber(int)instead. | 
| static HdfsServerFederationProtos.MountTableRecordProto.DestOrder | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static HdfsServerFederationProtos.MountTableRecordProto.DestOrder[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final HdfsServerFederationProtos.MountTableRecordProto.DestOrder HASH
HASH = 0;public static final HdfsServerFederationProtos.MountTableRecordProto.DestOrder LOCAL
LOCAL = 1;public static final HdfsServerFederationProtos.MountTableRecordProto.DestOrder RANDOM
RANDOM = 2;public static final HdfsServerFederationProtos.MountTableRecordProto.DestOrder HASH_ALL
HASH_ALL = 3;public static final HdfsServerFederationProtos.MountTableRecordProto.DestOrder SPACE
SPACE = 4;public static final int HASH_VALUE
HASH = 0;public static final int LOCAL_VALUE
LOCAL = 1;public static final int RANDOM_VALUE
RANDOM = 2;public static final int HASH_ALL_VALUE
HASH_ALL = 3;public static final int SPACE_VALUE
SPACE = 4;public static HdfsServerFederationProtos.MountTableRecordProto.DestOrder[] values()
for (HdfsServerFederationProtos.MountTableRecordProto.DestOrder c : HdfsServerFederationProtos.MountTableRecordProto.DestOrder.values()) System.out.println(c);
public static HdfsServerFederationProtos.MountTableRecordProto.DestOrder 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 org.apache.hadoop.thirdparty.protobuf.Internal.EnumLitegetNumber in interface org.apache.hadoop.thirdparty.protobuf.ProtocolMessageEnum@Deprecated public static HdfsServerFederationProtos.MountTableRecordProto.DestOrder valueOf(int value)
forNumber(int) instead.public static HdfsServerFederationProtos.MountTableRecordProto.DestOrder forNumber(int value)
public static org.apache.hadoop.thirdparty.protobuf.Internal.EnumLiteMap<HdfsServerFederationProtos.MountTableRecordProto.DestOrder> internalGetValueMap()
public final org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface org.apache.hadoop.thirdparty.protobuf.ProtocolMessageEnumpublic final org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hadoop.thirdparty.protobuf.ProtocolMessageEnumpublic static final org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static HdfsServerFederationProtos.MountTableRecordProto.DestOrder valueOf(org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.