public enum IndexBucket extends Enum<IndexBucket>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static IndexBucket |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexBucket[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexBucket RAW
public static final IndexBucket ONE_HOUR
public static final IndexBucket SIX_HOUR
public static IndexBucket[] values()
for (IndexBucket c : IndexBucket.values()) System.out.println(c);
public static IndexBucket 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 nullpublic String toString()
toString in class Enum<IndexBucket>Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.