Interface AggregatorFactory

All Known Implementing Classes:
Base2ExponentialHistogramAggregation, DefaultAggregation, DropAggregation, ExplicitBucketHistogramAggregation, LastValueAggregation, SumAggregation

public interface AggregatorFactory
An internal interface for returning an Aggregator from an Aggregation.

This interface should be removed when adding support for custom aggregations to the metrics SDK.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.