Uses of Enum Class
org.apache.activemq.artemis.core.server.files.FileStoreMonitor.FileStoreMonitorType
Packages that use FileStoreMonitor.FileStoreMonitorType
-
Uses of FileStoreMonitor.FileStoreMonitorType in org.apache.activemq.artemis.core.server.files
Methods in org.apache.activemq.artemis.core.server.files that return FileStoreMonitor.FileStoreMonitorTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.FileStoreMonitor.FileStoreMonitorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.server.files with parameters of type FileStoreMonitor.FileStoreMonitorTypeModifier and TypeMethodDescriptionvoidFileStoreMonitor.Callback.tick(long usableSpace, long totalSpace, boolean withinLimit, FileStoreMonitor.FileStoreMonitorType type) Constructors in org.apache.activemq.artemis.core.server.files with parameters of type FileStoreMonitor.FileStoreMonitorTypeModifierConstructorDescriptionFileStoreMonitor(ScheduledExecutorService scheduledExecutorService, Executor executor, long checkPeriod, TimeUnit timeUnit, Number referenceValue, IOCriticalErrorListener ioCriticalErrorListener, FileStoreMonitor.FileStoreMonitorType type)