Uses of Interface
org.epics.archiverappliance.etl.ETLDest
Packages that use ETLDest
Package
Description
-
Uses of ETLDest in edu.stanford.slac.archiverappliance.PlainPB
Classes in edu.stanford.slac.archiverappliance.PlainPB that implement ETLDestModifier and TypeClassDescriptionclassThe plain PB storage plugin stores data in a chunk per PV per partition in sequential form. -
Uses of ETLDest in org.epics.archiverappliance.common.mergededup
Classes in org.epics.archiverappliance.common.mergededup that implement ETLDestModifier and TypeClassDescriptionclassThe MergeDedupStoragePlugin is primarily meant for achieving a small amount of failover in the archiving of a PV. -
Uses of ETLDest in org.epics.archiverappliance.config
Methods in org.epics.archiverappliance.config that return ETLDestModifier and TypeMethodDescriptionstatic ETLDestStoragePluginURLParser.parseETLDest(String srcURIStr, ConfigService configService) -
Uses of ETLDest in org.epics.archiverappliance.etl.common
Methods in org.epics.archiverappliance.etl.common that return ETLDestMethods in org.epics.archiverappliance.etl.common with parameters of type ETLDestConstructors in org.epics.archiverappliance.etl.common with parameters of type ETLDestModifierConstructorDescriptionETLPVLookupItems(String pvName, ArchDBRTypes dbrType, ETLSource source, ETLDest dest, int lifetimeorder, ETLMetricsForLifetime metricsForLifetime, OutOfSpaceHandling outOfSpaceHandling) -
Uses of ETLDest in org.epics.archiverappliance.utils.blackhole
Classes in org.epics.archiverappliance.utils.blackhole that implement ETLDestModifier and TypeClassDescriptionclassA storage plugin that deletes all data that goes into it.