| Package | Description | 
|---|---|
| io.druid.query.topn | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AggregateTopNMetricFirstAlgorithm  | 
class  | 
BaseTopNAlgorithm<DimValSelector,DimValAggregateStore,Parameters extends TopNParams>  | 
class  | 
DimExtractionTopNAlgorithm
This has to be its own strategy because the pooled topn algorithm assumes each index is unique, and cannot handle multiple index numerals referencing the same dimension value. 
 | 
class  | 
PooledTopNAlgorithm  | 
class  | 
TimeExtractionTopNAlgorithm  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TopNQueryMetrics.algorithm(TopNAlgorithm algorithm)  | 
void | 
DefaultTopNQueryMetrics.algorithm(TopNAlgorithm algorithm)  | 
| Constructor and Description | 
|---|
TopNMapFn(TopNQuery query,
         TopNAlgorithm topNAlgorithm)  | 
Copyright © 2011–2018. All rights reserved.