public static enum QueryElasticsearchHttp.QueryInfoRouteStrategy extends Enum<QueryElasticsearchHttp.QueryInfoRouteStrategy>
| Modifier and Type | Method and Description |
|---|---|
static QueryElasticsearchHttp.QueryInfoRouteStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryElasticsearchHttp.QueryInfoRouteStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryElasticsearchHttp.QueryInfoRouteStrategy NEVER
public static final QueryElasticsearchHttp.QueryInfoRouteStrategy ALWAYS
public static final QueryElasticsearchHttp.QueryInfoRouteStrategy NOHIT
public static QueryElasticsearchHttp.QueryInfoRouteStrategy[] values()
for (QueryElasticsearchHttp.QueryInfoRouteStrategy c : QueryElasticsearchHttp.QueryInfoRouteStrategy.values()) System.out.println(c);
public static QueryElasticsearchHttp.QueryInfoRouteStrategy 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 nullCopyright © 2018 Apache NiFi Project. All rights reserved.