Uses of Interface
org.apache.activemq.artemis.core.io.IOCriticalErrorListener
-
-
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.io
Fields in org.apache.activemq.artemis.core.io declared as IOCriticalErrorListener Modifier and Type Field Description protected IOCriticalErrorListenerAbstractSequentialFileFactory. critialErrorListenerMethods in org.apache.activemq.artemis.core.io that return IOCriticalErrorListener Modifier and Type Method Description IOCriticalErrorListenerAbstractSequentialFileFactory. getCriticalErrorListener()default IOCriticalErrorListenerSequentialFileFactory. getCriticalErrorListener()Methods in org.apache.activemq.artemis.core.io with parameters of type IOCriticalErrorListener Modifier and Type Method Description voidAbstractSequentialFileFactory. setCriticalErrorListener(IOCriticalErrorListener listener)default voidSequentialFileFactory. setCriticalErrorListener(IOCriticalErrorListener listener)Constructors in org.apache.activemq.artemis.core.io with parameters of type IOCriticalErrorListener Constructor Description AbstractSequentialFileFactory(File journalDir, boolean buffered, int bufferSize, int bufferTimeout, int maxIO, boolean logRates, IOCriticalErrorListener criticalErrorListener, CriticalAnalyzer criticalAnalyzer) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.io.aio
Constructors in org.apache.activemq.artemis.core.io.aio with parameters of type IOCriticalErrorListener Constructor Description AIOSequentialFileFactory(File journalDir, int bufferSize, int bufferTimeout, int maxIO, boolean logRates, IOCriticalErrorListener listener, CriticalAnalyzer analyzer)AIOSequentialFileFactory(File journalDir, IOCriticalErrorListener listener, int maxIO) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.io.mapped
Constructors in org.apache.activemq.artemis.core.io.mapped with parameters of type IOCriticalErrorListener Constructor Description MappedSequentialFileFactory(File directory, int capacity, boolean buffered, int bufferSize, int bufferTimeout, IOCriticalErrorListener criticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.io.nio
Constructors in org.apache.activemq.artemis.core.io.nio with parameters of type IOCriticalErrorListener Constructor Description NIOSequentialFileFactory(File journalDir, boolean buffered, int bufferSize, int bufferTimeout, int maxIO, boolean logRates, IOCriticalErrorListener listener, CriticalAnalyzer analyzer)NIOSequentialFileFactory(File journalDir, boolean buffered, IOCriticalErrorListener listener, int maxIO)NIOSequentialFileFactory(File journalDir, IOCriticalErrorListener listener, int maxIO) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.journal
Methods in org.apache.activemq.artemis.core.journal that return IOCriticalErrorListener Modifier and Type Method Description default IOCriticalErrorListenerJournal. getCriticalErrorListener()Methods in org.apache.activemq.artemis.core.journal with parameters of type IOCriticalErrorListener Modifier and Type Method Description default JournalJournal. setCriticalErrorListener(IOCriticalErrorListener criticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.journal.impl
Methods in org.apache.activemq.artemis.core.journal.impl that return IOCriticalErrorListener Modifier and Type Method Description IOCriticalErrorListenerJournalImpl. getCriticalErrorListener()Methods in org.apache.activemq.artemis.core.journal.impl with parameters of type IOCriticalErrorListener Modifier and Type Method Description JournalImplJournalImpl. setCriticalErrorListener(IOCriticalErrorListener criticalErrorListener)Constructors in org.apache.activemq.artemis.core.journal.impl with parameters of type IOCriticalErrorListener Constructor Description JournalImpl(ExecutorFactory ioExecutors, int fileSize, int minFiles, int poolSize, int compactMinFiles, int compactPercentage, int journalFileOpenTimeout, SequentialFileFactory fileFactory, String filePrefix, String fileExtension, int maxAIO, int userVersion, IOCriticalErrorListener criticalErrorListener, int maxAtticFiles)
-