| Modifier and Type | Class and Description | 
|---|---|
class  | 
AllGranularity
AllGranularty buckets everything into a single bucket 
 | 
class  | 
DurationGranularity
DurationGranularity buckets data based on the length of a duration 
 | 
class  | 
Granularity  | 
class  | 
NoneGranularity
NoneGranularity does not bucket data 
 | 
class  | 
PeriodGranularity
PeriodGranularity buckets data based on any custom time period 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PostAggregator
Functionally similar to an Aggregator. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AggregatorFactory
AggregatorFactory is a strategy (in the terms of Design Patterns) that represents column aggregation, e. 
 | 
class  | 
CountAggregatorFactory  | 
class  | 
DoubleMaxAggregatorFactory  | 
class  | 
DoubleMinAggregatorFactory  | 
class  | 
DoubleSumAggregatorFactory  | 
class  | 
FilteredAggregatorFactory  | 
class  | 
FloatMaxAggregatorFactory  | 
class  | 
FloatMinAggregatorFactory  | 
class  | 
FloatSumAggregatorFactory  | 
class  | 
HistogramAggregatorFactory  | 
class  | 
JavaScriptAggregatorFactory  | 
class  | 
LongMaxAggregatorFactory  | 
class  | 
LongMinAggregatorFactory  | 
class  | 
LongSumAggregatorFactory  | 
class  | 
SimpleDoubleAggregatorFactory  | 
class  | 
SimpleFloatAggregatorFactory  | 
class  | 
TimestampAggregatorFactory  | 
class  | 
TimestampMaxAggregatorFactory  | 
class  | 
TimestampMinAggregatorFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CardinalityAggregatorFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DoublesSketchAggregatorFactory  | 
class  | 
DoublesSketchMergeAggregatorFactory  | 
class  | 
DoublesSketchToHistogramPostAggregator  | 
class  | 
DoublesSketchToQuantilePostAggregator  | 
class  | 
DoublesSketchToQuantilesPostAggregator  | 
class  | 
DoublesSketchToStringPostAggregator  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SketchAggregatorFactory  | 
class  | 
SketchEstimatePostAggregator  | 
class  | 
SketchMergeAggregatorFactory  | 
class  | 
SketchSetPostAggregator  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OldSketchBuildAggregatorFactory  | 
class  | 
OldSketchEstimatePostAggregator  | 
class  | 
OldSketchMergeAggregatorFactory  | 
class  | 
OldSketchSetPostAggregator  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DistinctCountAggregatorFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DoubleFirstAggregatorFactory  | 
class  | 
FloatFirstAggregatorFactory  | 
class  | 
LongFirstAggregatorFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ApproximateHistogramAggregatorFactory  | 
class  | 
ApproximateHistogramFoldingAggregatorFactory  | 
class  | 
ApproximateHistogramPostAggregator  | 
class  | 
BucketsPostAggregator  | 
class  | 
CustomBucketsPostAggregator  | 
class  | 
EqualBucketsPostAggregator  | 
class  | 
MaxPostAggregator  | 
class  | 
MinPostAggregator  | 
class  | 
QuantilePostAggregator  | 
class  | 
QuantilesPostAggregator  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HyperUniqueFinalizingPostAggregator  | 
class  | 
HyperUniquesAggregatorFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DoubleLastAggregatorFactory  | 
class  | 
FloatLastAggregatorFactory  | 
class  | 
LongLastAggregatorFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArithmeticPostAggregator  | 
class  | 
ConstantPostAggregator  | 
class  | 
DoubleGreatestPostAggregator  | 
class  | 
DoubleLeastPostAggregator  | 
class  | 
ExpressionPostAggregator  | 
class  | 
FieldAccessPostAggregator  | 
class  | 
FinalizingFieldAccessPostAggregator  | 
class  | 
JavaScriptPostAggregator  | 
class  | 
LongGreatestPostAggregator  | 
class  | 
LongLeastPostAggregator  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PvaluefromZscorePostAggregator  | 
class  | 
ZtestPostAggregator
1. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StandardDeviationPostAggregator  | 
class  | 
VarianceAggregatorFactory  | 
class  | 
VarianceFoldingAggregatorFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
CacheKeyBuilder | 
CacheKeyBuilder.appendCacheable(Cacheable input)  | 
| Modifier and Type | Method and Description | 
|---|---|
CacheKeyBuilder | 
CacheKeyBuilder.appendCacheables(Collection<? extends Cacheable> input)
Add a collection of Cacheables to the cache key. 
 | 
CacheKeyBuilder | 
CacheKeyBuilder.appendCacheablesIgnoringOrder(Collection<? extends Cacheable> input)
Add a collection of Cacheables to the cache key. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DimensionSpec
Provides information about a dimension for a grouping query, like topN or groupBy. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseFilteredDimensionSpec  | 
class  | 
DefaultDimensionSpec  | 
class  | 
ExtractionDimensionSpec  | 
class  | 
LegacyDimensionSpec  | 
class  | 
ListFilteredDimensionSpec  | 
class  | 
LookupDimensionSpec  | 
class  | 
RegexFilteredDimensionSpec  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ExtractionFn  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BucketExtractionFn  | 
class  | 
CascadeExtractionFn  | 
class  | 
DimExtractionFn  | 
class  | 
FunctionalExtraction
Functional extraction uses a function to find the new value. 
 | 
class  | 
IdentityExtractionFn  | 
class  | 
JavaScriptExtractionFn  | 
class  | 
LowerExtractionFn  | 
class  | 
MatchingDimExtractionFn  | 
class  | 
RegexDimExtractionFn  | 
class  | 
SearchQuerySpecDimExtractionFn  | 
class  | 
StringFormatExtractionFn  | 
class  | 
StrlenExtractionFn  | 
class  | 
SubstringDimExtractionFn  | 
class  | 
TimeDimExtractionFn  | 
class  | 
TimeFormatExtractionFn  | 
class  | 
UpperExtractionFn  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DimFilter  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AndDimFilter  | 
class  | 
BoundDimFilter  | 
class  | 
ColumnComparisonDimFilter  | 
class  | 
ExpressionDimFilter  | 
class  | 
ExtractionDimFilter
Deprecated.  
 | 
class  | 
InDimFilter  | 
class  | 
IntervalDimFilter  | 
class  | 
JavaScriptDimFilter  | 
class  | 
LikeDimFilter  | 
class  | 
NoopDimFilter  | 
class  | 
NotDimFilter  | 
class  | 
OrDimFilter  | 
class  | 
RegexDimFilter  | 
class  | 
SearchQueryDimFilter  | 
class  | 
SelectorDimFilter  | 
class  | 
SpatialDimFilter  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
LimitSpec  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultLimitSpec  | 
class  | 
NoopLimitSpec  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LookupExtractionFn  | 
class  | 
RegisteredLookupExtractionFn  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TopNMetricSpec  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AlphaNumericTopNMetricSpec  | 
class  | 
DimensionTopNMetricSpec  | 
class  | 
InvertedTopNMetricSpec  | 
class  | 
LegacyTopNMetricSpec  | 
class  | 
LexicographicTopNMetricSpec  | 
class  | 
NumericTopNMetricSpec  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
VirtualColumn
Virtual columns are "views" created over a ColumnSelectorFactory. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapVirtualColumn  | 
class  | 
VirtualColumns
Class allowing lookup and usage of virtual columns. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExpressionVirtualColumn  | 
Copyright © 2011–2018. All rights reserved.