| Package | Description | 
|---|---|
| com.yahoo.bard.webservice.druid.model.query | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<QueryContext.Param,Class> | 
QueryContext.ACCEPTING_FIELDS  | 
Map<QueryContext.Param,Object> | 
QueryContext.contextMap  | 
| Modifier and Type | Method and Description | 
|---|---|
static QueryContext.Param | 
QueryContext.Param.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static QueryContext.Param[] | 
QueryContext.Param.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
QueryContext.validateField(QueryContext.Param param,
             Object value)
Validate that the given field and value are allowed in the context. 
 | 
protected QueryContext | 
QueryContext.withValue(QueryContext.Param param,
         Object value)
Copy-mutate the context on the given field with the given value. 
 | 
| Constructor and Description | 
|---|
QueryContext(Map<QueryContext.Param,Object> contextMap)
Constructor. 
 | 
QueryContext(Map<QueryContext.Param,Object> contextMap,
            AtomicLong totalQueries)
Constructor. 
 | 
QueryContext(QueryContext copy,
            Map<QueryContext.Param,Object> contextMap)
Constructor. 
 | 
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.