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
Processing related interface
An AggregatorFactory is an object that knows how to generate an Aggregator using a ColumnSelectorFactory.
|
class |
CountAggregatorFactory |
class |
DoubleMaxAggregatorFactory |
class |
DoubleMinAggregatorFactory |
class |
DoubleSumAggregatorFactory |
class |
FilteredAggregatorFactory |
class |
HistogramAggregatorFactory |
class |
JavaScriptAggregatorFactory |
class |
LongMaxAggregatorFactory |
class |
LongMinAggregatorFactory |
class |
LongSumAggregatorFactory |
class |
TimestampAggregatorFactory |
class |
TimestampMaxAggregatorFactory |
class |
TimestampMinAggregatorFactory |
Modifier and Type | Class and Description |
---|---|
class |
CardinalityAggregatorFactory |
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 |
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 |
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 |
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) |
CacheKeyBuilder |
CacheKeyBuilder.appendCacheablesIgnoringOrder(Collection<? extends Cacheable> input) |
Modifier and Type | Interface and Description |
---|---|
interface |
DimensionSpec |
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 |
DimFilter |
Modifier and Type | Class and Description |
---|---|
class |
AndDimFilter |
class |
BoundDimFilter |
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 |
HavingSpec
A "having" clause that filters aggregated/dimension value.
|
Modifier and Type | Class and Description |
---|---|
class |
AlwaysHavingSpec
A "having" spec that always evaluates to true
|
class |
AndHavingSpec
The logical "and" operator for the "having" clause.
|
class |
BaseHavingSpec |
class |
DimensionSelectorHavingSpec |
class |
DimFilterHavingSpec |
class |
EqualToHavingSpec
The "=" operator in a "having" clause.
|
class |
GreaterThanHavingSpec
The ">" operator in a "having" clause.
|
class |
LessThanHavingSpec
The "<" operator in a "having" clause.
|
class |
NeverHavingSpec
A "having" spec that always evaluates to false
|
class |
NotHavingSpec
The logical "not" operator for the "having" clause.
|
class |
OrHavingSpec
The logical "or" operator for the "having" clause.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LimitSpec |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLimitSpec |
class |
NoopLimitSpec |
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–2017. All rights reserved.