public static enum IndexFactory.IndexBalanceApproach extends java.lang.Enum<IndexFactory.IndexBalanceApproach>
| Enum Constant and Description |
|---|
FOR_SEEK_TIME |
FOR_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static IndexFactory.IndexBalanceApproach |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexFactory.IndexBalanceApproach[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexFactory.IndexBalanceApproach FOR_SIZE
public static final IndexFactory.IndexBalanceApproach FOR_SEEK_TIME
public static IndexFactory.IndexBalanceApproach[] values()
for (IndexFactory.IndexBalanceApproach c : IndexFactory.IndexBalanceApproach.values()) System.out.println(c);
public static IndexFactory.IndexBalanceApproach 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 null