Uses of Interface
org.apache.activemq.artemis.core.io.IOCriticalErrorListener
Packages that use IOCriticalErrorListener
Package
Description
-
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.cli.commands.tools.journal
Methods in org.apache.activemq.artemis.cli.commands.tools.journal with parameters of type IOCriticalErrorListenerModifier and TypeMethodDescriptionstatic voidCompactJournal.compactJournal(File directory, File historyFolder, String journalPrefix, String journalSuffix, int minFiles, int poolFiles, int fileSize, IOCriticalErrorListener listener, byte... replaceableRecords) -
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, 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, 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, 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, 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) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl that return IOCriticalErrorListenerConstructors in org.apache.activemq.artemis.core.paging.impl with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionPagingStoreFactoryDatabase(DatabaseStorageConfiguration dbConf, StorageManager storageManager, long syncTimeout, ScheduledExecutorService scheduledExecutor, ExecutorFactory executorFactory, boolean syncNonTransactional, IOCriticalErrorListener criticalErrorListener) PagingStoreFactoryNIO(StorageManager storageManager, File directory, long syncTimeout, ScheduledExecutorService scheduledExecutor, ExecutorFactory executorFactory, boolean syncNonTransactional, IOCriticalErrorListener critialErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal declared as IOCriticalErrorListenerModifier and TypeFieldDescriptionprotected final IOCriticalErrorListenerAbstractJournalStorageManager.ioCriticalErrorListenerMethods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type IOCriticalErrorListenerModifier and TypeMethodDescriptionprotected JournalJournalStorageManager.createMessageJournal(Configuration config, IOCriticalErrorListener criticalErrorListener, int fileSize) protected abstract voidAbstractJournalStorageManager.init(Configuration config, IOCriticalErrorListener criticalErrorListener) Called during initialization.protected voidJDBCJournalStorageManager.init(Configuration config, IOCriticalErrorListener criticalErrorListener) protected voidJournalStorageManager.init(Configuration config, IOCriticalErrorListener criticalErrorListener) Constructors in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionAbstractJournalStorageManager(Configuration config, CriticalAnalyzer analyzer, ExecutorFactory executorFactory, ScheduledExecutorService scheduledExecutorService, ExecutorFactory ioExecutorFactory, IOCriticalErrorListener criticalErrorListener) JDBCJournalStorageManager(Configuration config, CriticalAnalyzer analyzer, ScheduledExecutorService scheduledExecutorService, ExecutorFactory executorFactory, ExecutorFactory ioExecutorFactory, IOCriticalErrorListener criticalErrorListener) JournalStorageManager(Configuration config, CriticalAnalyzer analyzer, ExecutorFactory executorFactory, ScheduledExecutorService scheduledExecutorService, ExecutorFactory ioExecutors, IOCriticalErrorListener criticalErrorListener) JournalStorageManager(Configuration config, CriticalAnalyzer analyzer, ExecutorFactory executorFactory, ExecutorFactory ioExecutors, IOCriticalErrorListener criticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.persistence.impl.nullpm
Constructors in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionNullStorageManager(IOCriticalErrorListener ioCriticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type IOCriticalErrorListenerModifier and TypeMethodDescriptionvoidReplicationManager.sendSynchronizationDone(String nodeID, long initialReplicationSyncTimeout, IOCriticalErrorListener criticalErrorListener) Informs backup that data synchronization is done. -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return IOCriticalErrorListenerModifier and TypeMethodDescriptionActiveMQServer.getIoCriticalErrorListener()The server has a default listener that will propagate errors to registered listeners.Methods in org.apache.activemq.artemis.core.server with parameters of type IOCriticalErrorListenerModifier and TypeMethodDescriptionvoidActiveMQServer.registerIOCriticalErrorListener(IOCriticalErrorListener listener) Register a listener to detect I/O Critical errors -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.server.cluster.ha
Methods in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type IOCriticalErrorListenerModifier and TypeMethodDescriptionColocatedPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) HAPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO) created the Activation associated with this policy.PrimaryOnlyPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) ReplicaPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) ReplicatedPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) ReplicationBackupPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO) ReplicationPrimaryPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO) SharedStoreBackupPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) SharedStorePrimaryPolicy.createActivation(ActiveMQServerImpl server, boolean wasPrimary, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.server.files
Constructors in org.apache.activemq.artemis.core.server.files with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionFileStoreMonitor(ScheduledExecutorService scheduledExecutorService, Executor executor, long checkPeriod, TimeUnit timeUnit, Number referenceValue, IOCriticalErrorListener ioCriticalErrorListener, FileStoreMonitor.FileStoreMonitorType type) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement IOCriticalErrorListenerFields in org.apache.activemq.artemis.core.server.impl declared as IOCriticalErrorListenerModifier and TypeFieldDescriptionprotected final IOCriticalErrorListenerActiveMQServerImpl.ioCriticalErrorListenerMethods in org.apache.activemq.artemis.core.server.impl that return IOCriticalErrorListenerMethods in org.apache.activemq.artemis.core.server.impl with parameters of type IOCriticalErrorListenerModifier and TypeMethodDescriptionvoidActiveMQServerImpl.registerIOCriticalErrorListener(IOCriticalErrorListener listener) Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionSharedNothingBackupActivation(ActiveMQServerImpl activeMQServer, boolean attemptFailBack, Map<String, Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener, ReplicaPolicy replicaPolicy, NetworkHealthCheck networkHealthCheck) SharedStoreBackupActivation(ActiveMQServerImpl server, SharedStoreBackupPolicy sharedStoreBackupPolicy, IOCriticalErrorListener ioCriticalErrorListener) SharedStorePrimaryActivation(ActiveMQServerImpl server, SharedStorePrimaryPolicy sharedStorePrimaryPolicy, IOCriticalErrorListener ioCriticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.jdbc.store.file
Constructors in org.apache.activemq.artemis.jdbc.store.file with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionJDBCSequentialFileFactory(JDBCConnectionProvider connectionProvider, SQLProvider sqlProvider, Executor executor, ScheduledExecutorService scheduledExecutorService, long syncDelay, IOCriticalErrorListener criticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.jdbc.store.journal
Constructors in org.apache.activemq.artemis.jdbc.store.journal with parameters of type IOCriticalErrorListenerModifierConstructorDescriptionJDBCJournalImpl(JDBCConnectionProvider connectionProvider, SQLProvider provider, ScheduledExecutorService scheduledExecutorService, Executor completeExecutor, IOCriticalErrorListener criticalIOErrorListener, long syncDelay)