java.io.Serializable, java.lang.Comparable<DestinationOrder>public enum DestinationOrder extends java.lang.Enum<DestinationOrder>
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.EnumSet<DestinationOrder> |
FOLDER_ALL |
Approaches that write folders in all subclusters.
|
| Modifier and Type | Method | Description |
|---|---|---|
static DestinationOrder |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DestinationOrder[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DestinationOrder HASH
public static final DestinationOrder LOCAL
public static final DestinationOrder RANDOM
public static final DestinationOrder HASH_ALL
public static final DestinationOrder SPACE
public static final java.util.EnumSet<DestinationOrder> FOLDER_ALL
public static DestinationOrder[] values()
for (DestinationOrder c : DestinationOrder.values()) System.out.println(c);
public static DestinationOrder valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.