Class SummaryStatsCollectorEventStream
java.lang.Object
org.epics.archiverappliance.retrieval.postprocessors.SummaryStatsCollectorEventStream
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<Event>,EventStream,RemotableOverRaw
public class SummaryStatsCollectorEventStream
extends Object
implements EventStream, RemotableOverRaw
An event stream over a list of SummaryStatsCollectors; typically used by post processors that return consolidated results.
- Author:
- mshankar
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSummaryStatsCollectorEventStream(long firstBin, long lastBin, int intervalSecs, RemotableEventStreamDesc desc, LinkedHashMap<Long, org.epics.archiverappliance.retrieval.postprocessors.SummaryStatsPostProcessor.SummaryValue> consolidatedData, boolean inheritValuesFromPreviousBins, boolean zeroOutEmptyBins, boolean vectorType, int elementCount) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SummaryStatsCollectorEventStream
public SummaryStatsCollectorEventStream(long firstBin, long lastBin, int intervalSecs, RemotableEventStreamDesc desc, LinkedHashMap<Long, org.epics.archiverappliance.retrieval.postprocessors.SummaryStatsPostProcessor.SummaryValue> consolidatedData, boolean inheritValuesFromPreviousBins, boolean zeroOutEmptyBins, boolean vectorType, int elementCount)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
iterator
-
getDescription
- Specified by:
getDescriptionin interfaceEventStream- Specified by:
getDescriptionin interfaceRemotableOverRaw
-