public class RuntimeAggregatorRegistry extends Object
Constructor and Description |
---|
RuntimeAggregatorRegistry(Collection<AggregatorWithName<?>> aggs) |
Modifier and Type | Method and Description |
---|---|
<T extends Aggregator<?>> |
getAggregator(String name) |
Map<String,Aggregator<?>> |
getAllAggregators() |
Value |
getPreviousGlobalAggregate(String name) |
void |
updateGlobalAggregatesAndReset(String[] names,
Value[] aggregates) |
public RuntimeAggregatorRegistry(Collection<AggregatorWithName<?>> aggs)
public <T extends Aggregator<?>> T getAggregator(String name)
public Map<String,Aggregator<?>> getAllAggregators()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.