Uses of Class
org.epics.archiverappliance.etl.ETLInfo
Packages that use ETLInfo
Package
Description
-
Uses of ETLInfo in edu.stanford.slac.archiverappliance.PlainPB
Methods in edu.stanford.slac.archiverappliance.PlainPB that return types with arguments of type ETLInfoModifier and TypeMethodDescriptionPlainPBStoragePlugin.getETLStreams(String pvName, Instant currentTime, ETLContext context) Methods in edu.stanford.slac.archiverappliance.PlainPB with parameters of type ETLInfoModifier and TypeMethodDescriptionvoidPlainPBStoragePlugin.markForDeletion(ETLInfo info, ETLContext context) -
Uses of ETLInfo in org.epics.archiverappliance.common.mergededup
Methods in org.epics.archiverappliance.common.mergededup that return types with arguments of type ETLInfoModifier and TypeMethodDescriptionMergeDedupStoragePlugin.getETLStreams(String pv, Instant currentTime, ETLContext context) Methods in org.epics.archiverappliance.common.mergededup with parameters of type ETLInfoModifier and TypeMethodDescriptionvoidMergeDedupStoragePlugin.markForDeletion(ETLInfo info, ETLContext context) -
Uses of ETLInfo in org.epics.archiverappliance.etl
Methods in org.epics.archiverappliance.etl that return types with arguments of type ETLInfoModifier and TypeMethodDescriptionETLSource.getETLStreams(String pv, Instant currentTime, ETLContext context) Given a pv and a time, this method returns all the streams that are ready for ETL.Methods in org.epics.archiverappliance.etl with parameters of type ETLInfoModifier and TypeMethodDescriptionvoidETLSource.markForDeletion(ETLInfo info, ETLContext context) Delete the ETLStream identifier by info when you can as it has already been consumed by the ETL destination.