Uses of Interface
org.apache.activemq.artemis.core.io.IOCriticalErrorListener
Packages that use IOCriticalErrorListener
Package
Description
-
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.io
Fields in org.apache.activemq.artemis.core.io declared as IOCriticalErrorListenerModifier and TypeFieldDescriptionprotected IOCriticalErrorListenerAbstractSequentialFileFactory.critialErrorListenerMethods in org.apache.activemq.artemis.core.io that return IOCriticalErrorListenerModifier and TypeMethodDescriptionAbstractSequentialFileFactory.getCriticalErrorListener()default IOCriticalErrorListenerSequentialFileFactory.getCriticalErrorListener()Methods in org.apache.activemq.artemis.core.io with parameters of type IOCriticalErrorListenerModifier and TypeMethodDescriptionvoidAbstractSequentialFileFactory.setCriticalErrorListener(IOCriticalErrorListener listener) default voidSequentialFileFactory.setCriticalErrorListener(IOCriticalErrorListener listener) Constructors in org.apache.activemq.artemis.core.io with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionprotectedAbstractSequentialFileFactory(File journalDir, boolean buffered, int bufferSize, int bufferTimeout, int maxIO, boolean logRates, IOCriticalErrorListener criticalErrorListener, org.apache.activemq.artemis.utils.critical.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 IOCriticalErrorListenerModifierConstructorDescriptionAIOSequentialFileFactory(File journalDir, int bufferSize, int bufferTimeout, int maxIO, boolean logRates, IOCriticalErrorListener listener, org.apache.activemq.artemis.utils.critical.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 IOCriticalErrorListenerModifierConstructorDescriptionMappedSequentialFileFactory(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 IOCriticalErrorListenerModifierConstructorDescriptionNIOSequentialFileFactory(File journalDir, boolean buffered, int bufferSize, int bufferTimeout, int maxIO, boolean logRates, IOCriticalErrorListener listener, org.apache.activemq.artemis.utils.critical.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 IOCriticalErrorListenerModifier and TypeMethodDescriptiondefault IOCriticalErrorListenerJournal.getCriticalErrorListener()Methods in org.apache.activemq.artemis.core.journal with parameters of type IOCriticalErrorListenerModifier and TypeMethodDescriptiondefault JournalJournal.setCriticalErrorListener(IOCriticalErrorListener criticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.journal.collections
Constructors in org.apache.activemq.artemis.core.journal.collections with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionJournalHashMap(long collectionId, MapStorageManager journal, LongSupplier idGenerator, org.apache.activemq.artemis.core.persistence.Persister<JournalHashMap.MapRecord<K, V>> persister, byte recordType, Supplier<IOCompletion> completionSupplier, LongFunction<C> contextProvider, IOCriticalErrorListener ioExceptionListener) JournalHashMapProvider(LongSupplier idSupplier, MapStorageManager journal, AbstractHashMapPersister<K, V> persister, byte recordType, Supplier<IOCompletion> ioCompletionSupplier, LongFunction<C> contextProvider, IOCriticalErrorListener ioExceptionListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.journal.impl
Methods in org.apache.activemq.artemis.core.journal.impl that return IOCriticalErrorListenerMethods in org.apache.activemq.artemis.core.journal.impl with parameters of type IOCriticalErrorListenerModifier and TypeMethodDescriptionJournalImpl.setCriticalErrorListener(IOCriticalErrorListener criticalErrorListener) Constructors in org.apache.activemq.artemis.core.journal.impl with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionJournalImpl(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)