Interface PostProcessorWithConsolidatedEventStream

All Known Implementing Classes:
CAPlotBinning, Count, ErrorBars, FirstFill, Jitter, Kurtosis, LastFill, LastSample, LinearInterpolation, LoessInterpolation, Max, Mean, Median, Min, NCount, Nth, Optimized, OptimizedWithLastSample, PopulationVariance, RMS, Skewness, StandardDeviation, Statistics, SummaryStatsPostProcessor, Variance

public interface PostProcessorWithConsolidatedEventStream
Some post processors implement a consolidated event stream. That is, they have an internal event stream that contains data obtained by processing the underlying event streams. Typical examples are the binning event streams like Mean, RMS etc. In this case the retrieval servlet, sends the consolidated event stream instead of the underlying streams.
Author:
mshankar
  • Method Details

    • getConsolidatedEventStream

      EventStream getConsolidatedEventStream()
    • getStartBinEpochSeconds

      long getStartBinEpochSeconds()
    • getEndBinEpochSeconds

      long getEndBinEpochSeconds()
    • getBinTimestamps

      LinkedList<TimeSpan> getBinTimestamps()