Uses of Enum Class
org.epics.archiverappliance.etl.common.OutOfSpaceHandling
Packages that use OutOfSpaceHandling
-
Uses of OutOfSpaceHandling in org.epics.archiverappliance.etl.common
Methods in org.epics.archiverappliance.etl.common that return OutOfSpaceHandlingModifier and TypeMethodDescriptionstatic OutOfSpaceHandlingPBThreeTierETLPVLookup.determineOutOfSpaceHandling(ConfigService configService) ETLStage.getOutOfSpaceHandling()static OutOfSpaceHandlingReturns the enum constant of this class with the specified name.static OutOfSpaceHandling[]OutOfSpaceHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.epics.archiverappliance.etl.common with parameters of type OutOfSpaceHandlingModifier and TypeMethodDescriptionstatic booleanETLInfoListProcessor.deleteSrcStreamWhenOutOfSpace(List<ETLInfo> infoItems, OutOfSpaceHandling outOfSpaceHandling, List<ETLInfo> movedList, ETLStage etlStage, String pvName) Constructors in org.epics.archiverappliance.etl.common with parameters of type OutOfSpaceHandlingModifierConstructorDescriptionETLStage(String pvName, ArchDBRTypes dbrType, ETLSource source, ETLDest dest, int lifetimeorder, ETLMetricsIntoStore metricsForLifetime, OutOfSpaceHandling outOfSpaceHandling)