Uses of Interface
org.epics.archiverappliance.etl.ETLSource
Packages that use ETLSource
Package
Description
-
Uses of ETLSource in edu.stanford.slac.archiverappliance.plain
Classes in edu.stanford.slac.archiverappliance.plain that implement ETLSourceModifier and TypeClassDescriptionclassThe plain PB storage plugin stores data in a chunk per PV per partition in sequential form.Methods in edu.stanford.slac.archiverappliance.plain with parameters of type ETLSourceModifier and TypeMethodDescriptionPlainStoragePlugin.etlInfoListProcessor(ETLSource curETLSource) -
Uses of ETLSource in org.epics.archiverappliance.common.mergededup
Classes in org.epics.archiverappliance.common.mergededup that implement ETLSourceModifier and TypeClassDescriptionclassThe MergeDedupStoragePlugin is primarily meant for achieving a small amount of failover in the archiving of a PV. -
Uses of ETLSource in org.epics.archiverappliance.config
Methods in org.epics.archiverappliance.config that return ETLSourceModifier and TypeMethodDescriptionstatic ETLSourceStoragePluginURLParser.parseETLSource(String srcURIStr, ConfigService configService) -
Uses of ETLSource in org.epics.archiverappliance.etl
Methods in org.epics.archiverappliance.etl with parameters of type ETLSourceModifier and TypeMethodDescriptiondefault ETLInfoListProcessorETLDest.etlInfoListProcessor(ETLSource curETLSource) -
Uses of ETLSource in org.epics.archiverappliance.etl.common
Methods in org.epics.archiverappliance.etl.common that return ETLSourceMethods in org.epics.archiverappliance.etl.common with parameters of type ETLSourceConstructors in org.epics.archiverappliance.etl.common with parameters of type ETLSourceModifierConstructorDescriptionETLStage(String pvName, ArchDBRTypes dbrType, ETLSource source, ETLDest dest, int lifetimeorder, ETLMetricsIntoStore metricsForLifetime, OutOfSpaceHandling outOfSpaceHandling)