Uses of Class
org.epics.archiverappliance.common.remotable.RemotableEventStreamDesc
Packages that use RemotableEventStreamDesc
Package
Description
-
Uses of RemotableEventStreamDesc in edu.stanford.slac.archiverappliance.PBOverHTTP
Methods in edu.stanford.slac.archiverappliance.PBOverHTTP that return RemotableEventStreamDesc -
Uses of RemotableEventStreamDesc in edu.stanford.slac.archiverappliance.plain.parquet
Methods in edu.stanford.slac.archiverappliance.plain.parquet that return RemotableEventStreamDesc -
Uses of RemotableEventStreamDesc in edu.stanford.slac.archiverappliance.plain.pb
Methods in edu.stanford.slac.archiverappliance.plain.pb that return RemotableEventStreamDescModifier and TypeMethodDescriptionArrayListEventStreamWithPositionedIterator.getDescription()FileBackedPBEventStream.getDescription()MultiFilePBEventStream.getDescription() -
Uses of RemotableEventStreamDesc in org.epics.archiverappliance.common
Methods in org.epics.archiverappliance.common that return RemotableEventStreamDesc -
Uses of RemotableEventStreamDesc in org.epics.archiverappliance.common.mergededup
Methods in org.epics.archiverappliance.common.mergededup that return RemotableEventStreamDescModifier and TypeMethodDescriptionMergeDedupEventStream.getDescription()MergeDedupWithCallablesEventStream.getDescription()TimeSpanLimitEventStream.getDescription() -
Uses of RemotableEventStreamDesc in org.epics.archiverappliance.common.remotable
Methods in org.epics.archiverappliance.common.remotable that return RemotableEventStreamDescModifier and TypeMethodDescriptionArrayListEventStream.getDescription()RemotableOverRaw.getDescription()Constructors in org.epics.archiverappliance.common.remotable with parameters of type RemotableEventStreamDescModifierConstructorDescriptionArrayListEventStream(int initialSize, RemotableEventStreamDesc desc) -
Uses of RemotableEventStreamDesc in org.epics.archiverappliance.retrieval
Methods in org.epics.archiverappliance.retrieval with parameters of type RemotableEventStreamDescModifier and TypeMethodDescriptionstatic Callable<EventStream> CallableEventStream.makeOneEventCallable(Event ev, RemotableEventStreamDesc desc, PostProcessor postProcessor, boolean wrapWithPostProcessor) -
Uses of RemotableEventStreamDesc in org.epics.archiverappliance.retrieval.channelarchiver
Methods in org.epics.archiverappliance.retrieval.channelarchiver that return RemotableEventStreamDesc -
Uses of RemotableEventStreamDesc in org.epics.archiverappliance.retrieval.postprocessors
Methods in org.epics.archiverappliance.retrieval.postprocessors that return RemotableEventStreamDescModifier and TypeMethodDescriptionArrayListCollectorEventStream.getDescription()FillsCollectorEventStream.getDescription()SummaryStatsCollectorEventStream.getDescription()Constructors in org.epics.archiverappliance.retrieval.postprocessors with parameters of type RemotableEventStreamDescModifierConstructorDescriptionFillsCollectorEventStream(long firstBin, long lastBin, int intervalSecs, RemotableEventStreamDesc desc, LinkedHashMap<Long, Event> consolidatedData) FillsCollectorEventStream(long firstBin, long lastBin, int intervalSecs, RemotableEventStreamDesc desc, LinkedHashMap<Long, Event> consolidatedData, boolean fillOperator) 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) -
Uses of RemotableEventStreamDesc in org.epics.archiverappliance.retrieval.workers
Methods in org.epics.archiverappliance.retrieval.workers that return RemotableEventStreamDesc -
Uses of RemotableEventStreamDesc in org.epics.archiverappliance.utils.simulation
Methods in org.epics.archiverappliance.utils.simulation that return RemotableEventStreamDesc -
Uses of RemotableEventStreamDesc in org.epics.archiverappliance.utils.ui
Methods in org.epics.archiverappliance.utils.ui with parameters of type RemotableEventStreamDescModifier and TypeMethodDescriptionstatic voidStreamPBIntoOutput.writeHeaderOnly(OutputStream os, RemotableEventStreamDesc desc) Write a header only - this is sometimes used to communicate the latest copy of the meta-fields (EGU etc) from the engine to the client even if we have no data in the engine.