| Modifier and Type | Method and Description | 
|---|---|
static <T,QueryType extends Query<T>> | 
QueryBenchmarkUtil.makeQueryRunner(QueryRunnerFactory<T,QueryType> factory,
               String segmentId,
               Segment adapter)  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.inject.multibindings.MapBinder<Class<? extends Query>,QueryRunnerFactory> | 
DruidBinders.queryRunnerFactoryBinder(com.google.inject.Binder binder)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T,QueryType extends Query<T>> | 
QueryRunnerFactoryConglomerate.findFactory(QueryType query)  | 
<T,QueryType extends Query<T>> | 
DefaultQueryRunnerFactoryConglomerate.findFactory(QueryType query)  | 
| Constructor and Description | 
|---|
ReferenceCountingSegmentQueryRunner(QueryRunnerFactory<T,Query<T>> factory,
                                   ReferenceCountingSegment adapter,
                                   SegmentDescriptor descriptor)  | 
| Constructor and Description | 
|---|
DefaultQueryRunnerFactoryConglomerate(Map<Class<? extends Query>,QueryRunnerFactory> factories)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataSourceMetadataQueryRunnerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GroupByQueryRunnerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SegmentMetadataQueryRunnerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ScanQueryRunnerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SearchQueryRunnerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SelectQueryRunnerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TimeBoundaryQueryRunnerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TimeseriesQueryRunnerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TopNQueryRunnerFactory  | 
Copyright © 2011–2018. All rights reserved.