java.io.Serializable, java.lang.Comparable<DataNodeLayoutVersion.Feature>, LayoutVersion.LayoutFeaturepublic static enum DataNodeLayoutVersion.Feature extends java.lang.Enum<DataNodeLayoutVersion.Feature> implements LayoutVersion.LayoutFeature
| Enum Constant | Description |
|---|---|
BLOCKID_BASED_LAYOUT |
|
BLOCKID_BASED_LAYOUT_32_by_32 |
|
FIRST_LAYOUT |
| Modifier and Type | Method | Description |
|---|---|---|
LayoutVersion.FeatureInfo |
getInfo() |
|
static DataNodeLayoutVersion.Feature |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DataNodeLayoutVersion.Feature[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataNodeLayoutVersion.Feature FIRST_LAYOUT
public static final DataNodeLayoutVersion.Feature BLOCKID_BASED_LAYOUT
public static final DataNodeLayoutVersion.Feature BLOCKID_BASED_LAYOUT_32_by_32
public static DataNodeLayoutVersion.Feature[] values()
for (DataNodeLayoutVersion.Feature c : DataNodeLayoutVersion.Feature.values()) System.out.println(c);
public static DataNodeLayoutVersion.Feature 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 nullpublic LayoutVersion.FeatureInfo getInfo()
getInfo in interface LayoutVersion.LayoutFeatureCopyright © 2008–2025 Apache Software Foundation. All rights reserved.