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