public static enum QueryContext.Param extends Enum<QueryContext.Param>
| Enum Constant and Description | 
|---|
BY_SEGMENT  | 
FINALIZE  | 
POPULATE_CACHE  | 
PRIORITY  | 
QUERY_ID  | 
TIMEOUT  | 
UNCOVERED_INTERVALS_LIMIT  | 
USE_CACHE  | 
| Modifier and Type | Method and Description | 
|---|---|
static QueryContext.Param | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static QueryContext.Param[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final QueryContext.Param TIMEOUT
public static final QueryContext.Param PRIORITY
public static final QueryContext.Param QUERY_ID
public static final QueryContext.Param USE_CACHE
public static final QueryContext.Param POPULATE_CACHE
public static final QueryContext.Param BY_SEGMENT
public static final QueryContext.Param FINALIZE
public static final QueryContext.Param UNCOVERED_INTERVALS_LIMIT
public static QueryContext.Param[] values()
for (QueryContext.Param c : QueryContext.Param.values()) System.out.println(c);
public static QueryContext.Param 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 © 2016–2018 Yahoo! Inc.. All rights reserved.