Uses of Class
org.epics.archiverappliance.etl.ETLInfo
Packages that use ETLInfo
Package
Description
-
Uses of ETLInfo in edu.stanford.slac.archiverappliance.plain
Methods in edu.stanford.slac.archiverappliance.plain that return types with arguments of type ETLInfoModifier and TypeMethodDescriptionPlainStoragePlugin.getAllStreams(String pvName, ETLContext context) PlainStoragePlugin.getETLStreams(String pvName, Instant currentTime, ETLContext context) Methods in edu.stanford.slac.archiverappliance.plain with parameters of type ETLInfoModifier and TypeMethodDescriptionvoidPlainStoragePlugin.markForDeletion(ETLInfo info, ETLContext context) -
Uses of ETLInfo in edu.stanford.slac.archiverappliance.plain.parquet
Method parameters in edu.stanford.slac.archiverappliance.plain.parquet with type arguments of type ETLInfoModifier and TypeMethodDescriptionprotected ETLInfoListStatisticsParquetETLInfoListProcessor.process(List<ETLInfo> etlInfoList, String pvName, List<ETLInfo> movedList, ETLStage etlStage, ETLContext etlContext) -
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.getAllStreams(String pv, ETLContext context) MergeDedupStoragePlugin.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.getAllStreams(String pv, ETLContext context) Given a pv and a time, this method returns all the streams.ETLSource.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. -
Uses of ETLInfo in org.epics.archiverappliance.etl.common
Method parameters in org.epics.archiverappliance.etl.common with type arguments of type ETLInfoModifier and TypeMethodDescriptionstatic booleanETLInfoListProcessor.deleteSrcStreamWhenOutOfSpace(List<ETLInfo> infoItems, OutOfSpaceHandling outOfSpaceHandling, List<ETLInfo> movedList, ETLStage etlStage, String pvName) protected ETLInfoListStatisticsDefaultETLInfoListProcessor.process(List<ETLInfo> etlInfoList, String pvName, List<ETLInfo> movedList, ETLStage etlStage, ETLContext etlContext) protected abstract ETLInfoListStatisticsETLInfoListProcessor.process(List<ETLInfo> etlInfoList, String pvName, List<ETLInfo> movedList, ETLStage etlStage, ETLContext etlContext)