Uses of Interface
org.epics.archiverappliance.retrieval.client.RetrievalEventProcessor
Packages that use RetrievalEventProcessor
Package
Description
-
Uses of RetrievalEventProcessor in edu.stanford.slac.archiverappliance.PBOverHTTP
Methods in edu.stanford.slac.archiverappliance.PBOverHTTP with parameters of type RetrievalEventProcessorModifier and TypeMethodDescriptionvoidInputStreamBackedEventStreamIterator.setRetrievalEventProcessor(RetrievalEventProcessor retrievalEventProcessor) Constructors in edu.stanford.slac.archiverappliance.PBOverHTTP with parameters of type RetrievalEventProcessorModifierConstructorDescriptionInputStreamBackedEventStream(InputStream is, Instant startTime, RetrievalEventProcessor retrievalEventProcessor) -
Uses of RetrievalEventProcessor in org.epics.archiverappliance.retrieval.client
Methods in org.epics.archiverappliance.retrieval.client with parameters of type RetrievalEventProcessorModifier and TypeMethodDescriptionDataRetrievalForPVs.getDataForPVS(String[] pvNames, Instant startTime, Instant endTime, RetrievalEventProcessor retrievalEventProcessor) Get data for multiple PVs from starttime to endtime.DataRetrievalForPVs.getDataForPVS(String[] pvNames, Instant startTime, Instant endTime, RetrievalEventProcessor retrievalEventProcessor, boolean useReducedDataSet) Get data for multiple PVs from starttime to endtime.DataRetrievalForPVs.getDataForPVS(String[] pvNames, Instant startTime, Instant endTime, RetrievalEventProcessor retrievalEventProcessor, boolean useReducedDataSet, HashMap<String, String> otherParams) Get data for multiple PVs from starttime to endtime.RawDataRetrievalAsEventStream.getDataForPVS(String[] pvNames, Instant startTime, Instant endTime, RetrievalEventProcessor retrievalEventProcessor) RawDataRetrievalAsEventStream.getDataForPVS(String[] pvNames, Instant startTime, Instant endTime, RetrievalEventProcessor retrievalEventProcessor, boolean useReducedDataSet) RawDataRetrievalAsEventStream.getDataForPVS(String[] pvNames, Instant startTime, Instant endTime, RetrievalEventProcessor retrievalEventProcessor, boolean useReducedDataSet, HashMap<String, String> otherParams)