Class | Description |
---|---|
AggregationAverageMaker |
Makes a LogicalMetric that wraps existing metrics and average them across a coarser time grain.
|
ArithmeticMaker |
Metric maker for performing binary arithmetic operations on metrics.
|
CardinalityMaker |
Metric Maker to calculate the cardinality.
|
ConstantMaker |
Metric maker to create a constant value in the post aggregations.
|
CountMaker |
Metric maker to count rows that match the filters.
|
DoubleMaxMaker |
Metric maker to get the max of double metrics.
|
DoubleMinMaker |
Metric maker to get the min of double metrics.
|
DoubleSumMaker |
Metric maker to sum over numeric metrics.
|
FilteredAggregationMaker |
Build a Filtered Aggregation logical metric.
|
LongMaxMaker |
Metric maker to get the max of long metrics.
|
LongMinMaker |
Metric maker to get the min of long metrics.
|
LongSumMaker |
Metric maker to sum over numeric metrics.
|
MaxMaker | Deprecated |
MetricMaker |
Metric maker produces new metrics from existing metrics or raw configuration.
|
MinMaker | Deprecated |
RawAggregationMetricMaker |
Metric maker which only creates aggregations.
|
RowNumMaker |
Metric maker to provide row nums in result set processing.
|
SketchCountMaker | Deprecated
To consider the latest version of sketch Library.
|
SketchSetOperationHelper | Deprecated
To consider the latest version of sketch Library.
|
SketchSetOperationMaker | Deprecated
To consider the latest version of sketch Library.
|
ThetaSketchMaker |
Metric maker to wrap sketch metric aggregations.
|
ThetaSketchSetOperationHelper |
A Helper class for ThetaSketchSetOperationMaker that builds a ThetaSketchSetOperationPostAggregation
from the intersection of filteredAggregators.
|
ThetaSketchSetOperationMaker |
Metric maker to support sketch set post aggregations.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.