Uses of Class
org.apache.activemq.artemis.api.core.ActiveMQIOErrorException
Packages that use ActiveMQIOErrorException
Package
Description
-
Uses of ActiveMQIOErrorException in org.apache.activemq.artemis.core.journal.impl
Methods in org.apache.activemq.artemis.core.journal.impl that throw ActiveMQIOErrorExceptionModifier and TypeMethodDescriptionJournalFilesRepository.openFile()This method will instantly return the opened file, and schedule opening and reclaiming. -
Uses of ActiveMQIOErrorException in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ActiveMQIOErrorExceptionModifier and TypeMethodDescriptionActiveMQMessageBundle_impl.cannotWriteToClosedFile(SequentialFile file) ActiveMQMessageBundle.cannotWriteToClosedFile(SequentialFile file) ActiveMQMessageBundle_impl.diskBeyondLimit(String usableSpace, String totalSpace, String usage) ActiveMQMessageBundle.diskBeyondLimit(String usableSpace, String totalSpace, String usage) -
Uses of ActiveMQIOErrorException in org.apache.activemq.artemis.journal
Methods in org.apache.activemq.artemis.journal that return ActiveMQIOErrorExceptionModifier and TypeMethodDescriptionActiveMQJournalBundle_impl.fileNotOpened()ActiveMQJournalBundle.fileNotOpened()ActiveMQJournalBundle_impl.ioRenameFileError(String name, String newFileName) ActiveMQJournalBundle.ioRenameFileError(String name, String newFileName) ActiveMQJournalBundle_impl.journalDifferentVersion()ActiveMQJournalBundle.journalDifferentVersion()ActiveMQJournalBundle_impl.journalFileMisMatch()ActiveMQJournalBundle.journalFileMisMatch()ActiveMQJournalBundle_impl.recordLargerThanStoreMax(long recordSize, long maxRecordSize) ActiveMQJournalBundle.recordLargerThanStoreMax(long recordSize, long maxRecordSize) ActiveMQJournalBundle_impl.unexpectedFileSize(String fileName, long expectedSize, long returnedSize) ActiveMQJournalBundle.unexpectedFileSize(String fileName, long expectedSize, long returnedSize)