| Modifier and Type | Method and Description |
|---|---|
static IntervalChunkingQueryRunnerDecorator |
QueryBenchmarkUtil.NoopIntervalChunkingQueryRunnerDecorator() |
| Constructor and Description |
|---|
GroupByQueryQueryToolChest(GroupByStrategySelector strategySelector,
IntervalChunkingQueryRunnerDecorator intervalChunkingQueryRunnerDecorator) |
| Modifier and Type | Method and Description |
|---|---|
QueryRunner<Row> |
GroupByStrategyV2.createIntervalChunkingRunner(IntervalChunkingQueryRunnerDecorator decorator,
QueryRunner<Row> runner,
GroupByQueryQueryToolChest toolChest) |
QueryRunner<Row> |
GroupByStrategyV1.createIntervalChunkingRunner(IntervalChunkingQueryRunnerDecorator decorator,
QueryRunner<Row> runner,
GroupByQueryQueryToolChest toolChest) |
QueryRunner<Row> |
GroupByStrategy.createIntervalChunkingRunner(IntervalChunkingQueryRunnerDecorator decorator,
QueryRunner<Row> runner,
GroupByQueryQueryToolChest toolChest)
Decorate a runner with an interval chunking decorator.
|
| Constructor and Description |
|---|
SearchQueryQueryToolChest(SearchQueryConfig config,
IntervalChunkingQueryRunnerDecorator intervalChunkingQueryRunnerDecorator) |
| Constructor and Description |
|---|
SelectQueryQueryToolChest(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
IntervalChunkingQueryRunnerDecorator intervalChunkingQueryRunnerDecorator,
com.google.common.base.Supplier<SelectQueryConfig> configSupplier) |
| Constructor and Description |
|---|
TimeseriesQueryQueryToolChest(IntervalChunkingQueryRunnerDecorator intervalChunkingQueryRunnerDecorator) |
| Constructor and Description |
|---|
TopNQueryQueryToolChest(TopNQueryConfig config,
IntervalChunkingQueryRunnerDecorator intervalChunkingQueryRunnerDecorator) |
Copyright © 2011–2017. All rights reserved.