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) ETLPVLookupItems.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.Constructors in org.epics.archiverappliance.etl.common with parameters of type OutOfSpaceHandlingModifierConstructorDescriptionETLPVLookupItems(String pvName, ArchDBRTypes dbrType, ETLSource source, ETLDest dest, int lifetimeorder, ETLMetricsForLifetime metricsForLifetime, OutOfSpaceHandling outOfSpaceHandling)