Uses of Interface
org.epics.archiverappliance.retrieval.RemotableOverRaw
Packages that use RemotableOverRaw
Package
Description
-
Uses of RemotableOverRaw in edu.stanford.slac.archiverappliance.PBOverHTTP
Classes in edu.stanford.slac.archiverappliance.PBOverHTTP that implement RemotableOverRawModifier and TypeClassDescriptionclassAn EventStream that is backed by an arbitrary input stream. -
Uses of RemotableOverRaw in edu.stanford.slac.archiverappliance.plain.pb
Classes in edu.stanford.slac.archiverappliance.plain.pb that implement RemotableOverRawModifier and TypeClassDescriptionclassclassAn EventStream that is backed by a single PB file.classAn eventstream that spans multiple PB files. -
Uses of RemotableOverRaw in org.epics.archiverappliance.common
Classes in org.epics.archiverappliance.common that implement RemotableOverRawModifier and TypeClassDescriptionclassInstead of returning null, in some cases, it may be more convenient to return a EventStream with no events -
Uses of RemotableOverRaw in org.epics.archiverappliance.common.mergededup
Classes in org.epics.archiverappliance.common.mergededup that implement RemotableOverRawModifier and TypeClassDescriptionclassEventStream that is constructed with two source EventStream's ( for the same PV ) and then return's a merged-deduped stream of Events.classThis is almost idential to the MergeDedupEventStream; expect it takes as its first argument a list of EventStream callables which it then merges with the second EventStreamclassAn EventStream that wraps another event stream but limits the data to samples greater than or equal to a specified start time and less than or equal to a specified end time. -
Uses of RemotableOverRaw in org.epics.archiverappliance.engine.membuf
Classes in org.epics.archiverappliance.engine.membuf that implement RemotableOverRawModifier and TypeClassDescriptionclassImplements an event stream on top of an arraylist -
Uses of RemotableOverRaw in org.epics.archiverappliance.retrieval.channelarchiver
Classes in org.epics.archiverappliance.retrieval.channelarchiver that implement RemotableOverRawModifier and TypeClassDescriptionclassQuick handler to parse archiver.values returns. -
Uses of RemotableOverRaw in org.epics.archiverappliance.retrieval.postprocessors
Classes in org.epics.archiverappliance.retrieval.postprocessors that implement RemotableOverRawModifier and TypeClassDescriptionclassAn event stream that wraps an ArrayList event stream; use this if the data in your consolidated results do not fit a clean binning pattern and you need to return results that span multiple years.classThis is similar to the summary stats collector except we keep aspects of the original event stream like dbr_type and so on.classAn event stream over a list of SummaryStatsCollectors; typically used by post processors that return consolidated results. -
Uses of RemotableOverRaw in org.epics.archiverappliance.retrieval.workers
Classes in org.epics.archiverappliance.retrieval.workers that implement RemotableOverRawModifier and TypeClassDescriptionclassExpands the results from a Reader using the current thread. -
Uses of RemotableOverRaw in org.epics.archiverappliance.utils.simulation
Classes in org.epics.archiverappliance.utils.simulation that implement RemotableOverRawModifier and TypeClassDescriptionclassAn EventStream that backed by a generator.