Uses of Interface
org.epics.archiverappliance.StoragePlugin
Packages that use StoragePlugin
Package
Description
-
Uses of StoragePlugin in edu.stanford.slac.archiverappliance.PBOverHTTP
Classes in edu.stanford.slac.archiverappliance.PBOverHTTP that implement StoragePluginModifier and TypeClassDescriptionclassA read-only storage plugin that gets data using the PB/http protocol from a server. -
Uses of StoragePlugin in edu.stanford.slac.archiverappliance.plain
Classes in edu.stanford.slac.archiverappliance.plain that implement StoragePluginModifier and TypeClassDescriptionclassThe plain PB storage plugin stores data in a chunk per PV per partition in sequential form. -
Uses of StoragePlugin in org.epics.archiverappliance.common.mergededup
Classes in org.epics.archiverappliance.common.mergededup that implement StoragePluginModifier and TypeClassDescriptionclassThe MergeDedupStoragePlugin is primarily meant for achieving a small amount of failover in the archiving of a PV. -
Uses of StoragePlugin in org.epics.archiverappliance.config
Methods in org.epics.archiverappliance.config that return StoragePluginModifier and TypeMethodDescriptionstatic StoragePluginStoragePluginURLParser.parseStoragePlugin(String srcURIStr, ConfigService configService) -
Uses of StoragePlugin in org.epics.archiverappliance.retrieval
Methods in org.epics.archiverappliance.retrieval that return StoragePluginConstructors in org.epics.archiverappliance.retrieval with parameters of type StoragePluginModifierConstructorDescriptionDataSourceforPV(String pvName, StoragePlugin storagePlugin, int lifetimeid, Instant dataStartTime, Instant dataEndTime) -
Uses of StoragePlugin in org.epics.archiverappliance.retrieval.channelarchiver
Classes in org.epics.archiverappliance.retrieval.channelarchiver that implement StoragePluginModifier and TypeClassDescriptionclassA storage plugin that can front a Channel Archiver Data Server. -
Uses of StoragePlugin in org.epics.archiverappliance.utils.blackhole
Classes in org.epics.archiverappliance.utils.blackhole that implement StoragePluginModifier and TypeClassDescriptionclassA storage plugin that deletes all data that goes into it.