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) |
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 |
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–2015. All rights reserved.