net.opentsdb.search
public static enum SearchQuery.SearchType extends Enum<SearchQuery.SearchType>
Enum Constant and Description |
---|
ANNOTATION |
TSMETA |
TSMETA_SUMMARY |
TSUIDS |
UIDMETA |
Modifier and Type | Method and Description |
---|---|
static SearchQuery.SearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchQuery.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchQuery.SearchType TSMETA
public static final SearchQuery.SearchType TSMETA_SUMMARY
public static final SearchQuery.SearchType TSUIDS
public static final SearchQuery.SearchType UIDMETA
public static final SearchQuery.SearchType ANNOTATION
public static SearchQuery.SearchType[] values()
for (SearchQuery.SearchType c : SearchQuery.SearchType.values()) System.out.println(c);
public static SearchQuery.SearchType 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