Uses of Package
org.epics.archiverappliance.retrieval.postprocessors
Packages that use org.epics.archiverappliance.retrieval.postprocessors
Package
Description
-
-
-
Classes in org.epics.archiverappliance.retrieval.postprocessors used by org.epics.archiverappliance
-
-
-
-
Classes in org.epics.archiverappliance.retrieval.postprocessors used by org.epics.archiverappliance.retrieval.postprocessorsClassDescriptionIf the post processor needs to send some data after all the streams have been processed, this is the hook.Add ability for PostProcessors to support optional behavior where we fill empty bins with values from the previous bins.The interface for retrieval post processors.Some post processors implement a consolidated event stream.The SummaryStatsPostProcessor uses instances of this interface to compute statistical summariesAbstract class for various operators that operate on a SummaryStatistics Child classes implement the getIdentity and the getStats method.
SummaryStatsCombinedCollectoris a collector, which provides a set of numbers (statistical results) rather than just a single value.Post processors can optionally implement this interface if the implement timespan specific functionalityA TimeSpan + PostProcessor used for time dependent sparsification. -