Class NewtsLikeSampleAggregator
- java.lang.Object
-
- org.opennms.netmgt.timeseries.sampleread.aggregation.NewtsLikeSampleAggregator
-
public class NewtsLikeSampleAggregator extends java.lang.Object
Aggregates the 'Newts' way.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NewtsLikeSampleAggregator.NewtsLikeSampleAggregatorBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NewtsLikeSampleAggregator.NewtsLikeSampleAggregatorBuilder
builder()
java.util.List<org.opennms.integration.api.v1.timeseries.Sample>
process(java.util.Iterator<org.opennms.newts.api.Results.Row<org.opennms.newts.api.Sample>> samples)
-
-
-
Method Detail
-
builder
public static NewtsLikeSampleAggregator.NewtsLikeSampleAggregatorBuilder builder()
-
process
public java.util.List<org.opennms.integration.api.v1.timeseries.Sample> process(java.util.Iterator<org.opennms.newts.api.Results.Row<org.opennms.newts.api.Sample>> samples)
-
-