public enum QueryType extends Enum<QueryType>
| Enum Constant and Description |
|---|
DATASOURCE_METADATA |
GROUP_BY |
SCAN |
SEARCH |
SEGMENT_METADATA |
SELECT |
TIME_BOUNDARY |
TIMESERIES |
TOPN |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryType() |
static QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryType TIMESERIES
public static final QueryType TOPN
public static final QueryType GROUP_BY
public static final QueryType TIME_BOUNDARY
public static final QueryType SEGMENT_METADATA
public static final QueryType DATASOURCE_METADATA
public static final QueryType SEARCH
public static final QueryType SCAN
public static final QueryType SELECT
public static QueryType[] values()
for (QueryType c : QueryType.values()) System.out.println(c);
public static QueryType 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 getQueryType()
Copyright © 2019. All rights reserved.