Serializable, Comparable<IndexFactory.IndexBalanceApproach>public static enum IndexFactory.IndexBalanceApproach extends Enum<IndexFactory.IndexBalanceApproach>
| Enum Constant | Description |
|---|---|
FOR_SEEK_TIME |
|
FOR_SIZE |
| Modifier and Type | Method | Description |
|---|---|---|
static IndexFactory.IndexBalanceApproach |
valueOf(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(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 null