public enum DataDistributionMode extends Enum<DataDistributionMode>
DataDistributionMode.READABLE.DataDistributionMode.OPTIMIZED.DataDistributionMode.NONE.| Modifier and Type | Method and Description |
|---|---|
static DataDistributionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataDistributionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataDistributionMode READABLE
public static final DataDistributionMode OPTIMIZED
public static final DataDistributionMode NONE
public static DataDistributionMode[] values()
for (DataDistributionMode c : DataDistributionMode.values()) System.out.println(c);
public static DataDistributionMode 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 nullCopyright © 2015 eXo Platform SAS. All Rights Reserved.