Interface MultiChannelTimeSeriesAggregator.ResultBuilder<O,D,T>

Type Parameters:
O - the output data type
D - the data point type within I and O
T - the timestamp type within I and O
Enclosing class:
MultiChannelTimeSeriesAggregator<I,CI,O,D,T>

public static interface MultiChannelTimeSeriesAggregator.ResultBuilder<O,D,T>
Builds a result from multiple category/data entries.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addData(String category, List<D> data, T timestamp)
    Adds an aggregated data series.
    Builds the data after one or multiple calls to addData(String, List, Object).