Uses of Interface
org.apache.activemq.artemis.core.io.IOCriticalErrorListener
-
-
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 IOCriticalErrorListener Modifier and Type Method Description static 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 IOCriticalErrorListener Modifier and Type Field Description protected IOCriticalErrorListenerAbstractSequentialFileFactory. critialErrorListenerConstructors 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) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl that return IOCriticalErrorListener Modifier and Type Method Description IOCriticalErrorListenerPagingStoreFactoryNIO. getCritialErrorListener()Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type IOCriticalErrorListener Constructor Description PagingStoreFactoryDatabase(DatabaseStorageConfiguration dbConf, StorageManager storageManager, long syncTimeout, ScheduledExecutorService scheduledExecutor, ExecutorFactory executorFactory, ExecutorFactory ioExecutorFactory, boolean syncNonTransactional, IOCriticalErrorListener criticalErrorListener)PagingStoreFactoryDatabase(DatabaseStorageConfiguration dbConf, StorageManager storageManager, long syncTimeout, ScheduledExecutorService scheduledExecutor, ExecutorFactory executorFactory, ExecutorFactory ioExecutorFactory, boolean syncNonTransactional, IOCriticalErrorListener criticalErrorListener, boolean readWholePage)PagingStoreFactoryNIO(StorageManager storageManager, File directory, long syncTimeout, ScheduledExecutorService scheduledExecutor, ExecutorFactory executorFactory, boolean syncNonTransactional, IOCriticalErrorListener critialErrorListener)PagingStoreFactoryNIO(StorageManager storageManager, File directory, long syncTimeout, ScheduledExecutorService scheduledExecutor, ExecutorFactory executorFactory, ExecutorFactory ioExecutorFactory, boolean syncNonTransactional, IOCriticalErrorListener critialErrorListener, boolean readWholePage) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal declared as IOCriticalErrorListener Modifier and Type Field Description protected IOCriticalErrorListenerAbstractJournalStorageManager. ioCriticalErrorListenerMethods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type IOCriticalErrorListener Modifier and Type Method Description protected 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) -
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 IOCriticalErrorListener Constructor Description NullStorageManager(IOCriticalErrorListener ioCriticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type IOCriticalErrorListener Modifier and Type Method Description voidReplicationManager. sendSynchronizationDone(String nodeID, long initialReplicationSyncTimeout, IOCriticalErrorListener criticalErrorListener)Informs backup that data synchronization is done. -
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 IOCriticalErrorListener Modifier and Type Method Description LiveActivationColocatedPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)THAPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO)ActivationLiveOnlyPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)ActivationReplicaPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)LiveActivationReplicatedPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)ReplicationBackupActivationReplicationBackupPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO)ReplicationPrimaryActivationReplicationPrimaryPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO)LiveActivationSharedStoreMasterPolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener)ActivationSharedStoreSlavePolicy. createActivation(ActiveMQServerImpl server, boolean wasLive, 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 IOCriticalErrorListener Constructor Description FileStoreMonitor(ScheduledExecutorService scheduledExecutorService, Executor executor, long checkPeriod, TimeUnit timeUnit, double maxUsage, IOCriticalErrorListener ioCriticalErrorListener) -
Uses of IOCriticalErrorListener in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement IOCriticalErrorListener Modifier and Type Class Description classActiveMQServerImpl.DefaultCriticalErrorListenerFields in org.apache.activemq.artemis.core.server.impl declared as IOCriticalErrorListener Modifier and Type Field Description protected IOCriticalErrorListenerActiveMQServerImpl. ioCriticalErrorListenerConstructors in org.apache.activemq.artemis.core.server.impl with parameters of type IOCriticalErrorListener Constructor Description SharedNothingBackupActivation(ActiveMQServerImpl activeMQServer, boolean attemptFailBack, Map<String,Object> activationParams, IOCriticalErrorListener ioCriticalErrorListener, ReplicaPolicy replicaPolicy, NetworkHealthCheck networkHealthCheck)SharedStoreBackupActivation(ActiveMQServerImpl server, SharedStoreSlavePolicy sharedStoreSlavePolicy, IOCriticalErrorListener ioCriticalErrorListener)SharedStoreLiveActivation(ActiveMQServerImpl server, SharedStoreMasterPolicy sharedStoreMasterPolicy, 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 IOCriticalErrorListener Constructor Description JDBCSequentialFileFactory(JDBCConnectionProvider connectionProvider, SQLProvider sqlProvider, Executor executor, 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 IOCriticalErrorListener Constructor Description JDBCJournalImpl(JDBCConnectionProvider connectionProvider, SQLProvider provider, ScheduledExecutorService scheduledExecutorService, Executor completeExecutor, IOCriticalErrorListener criticalIOErrorListener, long syncDelay)
-