Uses of Interface
org.epics.archiverappliance.Reader
Packages that use Reader
Package
Description
-
Uses of Reader in edu.stanford.slac.archiverappliance.PBOverHTTP
Classes in edu.stanford.slac.archiverappliance.PBOverHTTP that implement ReaderModifier and TypeClassDescriptionclassA read-only storage plugin that gets data using the PB/http protocol from a server. -
Uses of Reader in edu.stanford.slac.archiverappliance.plain
Classes in edu.stanford.slac.archiverappliance.plain that implement ReaderModifier and TypeClassDescriptionclassThe plain PB storage plugin stores data in a chunk per PV per partition in sequential form. -
Uses of Reader in org.epics.archiverappliance
Subinterfaces of Reader in org.epics.archiverapplianceModifier and TypeInterfaceDescriptioninterfaceThe main interface for a storage plugin; this is an object that implements the reader and the writer interfaces. -
Uses of Reader in org.epics.archiverappliance.common.mergededup
Classes in org.epics.archiverappliance.common.mergededup that implement ReaderModifier and TypeClassDescriptionclassThe MergeDedupStoragePlugin is primarily meant for achieving a small amount of failover in the archiving of a PV. -
Uses of Reader in org.epics.archiverappliance.retrieval
Constructors in org.epics.archiverappliance.retrieval with parameters of type ReaderModifierConstructorDescriptionUnitOfRetrieval(String desc, Reader reader, String pvName, String pvNameFromRequest, Instant start, Instant end, PostProcessor postProcessor, BasicContext context) -
Uses of Reader in org.epics.archiverappliance.retrieval.channelarchiver
Classes in org.epics.archiverappliance.retrieval.channelarchiver that implement ReaderModifier and TypeClassDescriptionclassA storage plugin that can front a Channel Archiver Data Server. -
Uses of Reader in org.epics.archiverappliance.utils.blackhole
Classes in org.epics.archiverappliance.utils.blackhole that implement ReaderModifier and TypeClassDescriptionclassA storage plugin that deletes all data that goes into it.