Interface ActiveMQJournalBundle

All Known Implementing Classes:
ActiveMQJournalBundle_impl

public interface ActiveMQJournalBundle
Logger Code 149000 - 149999
  • Field Details

  • Method Details

    • ioRenameFileError

      org.apache.activemq.artemis.api.core.ActiveMQIOErrorException ioRenameFileError(String name, String newFileName)
    • journalDifferentVersion

      org.apache.activemq.artemis.api.core.ActiveMQIOErrorException journalDifferentVersion()
    • journalFileMisMatch

      org.apache.activemq.artemis.api.core.ActiveMQIOErrorException journalFileMisMatch()
    • fileNotOpened

      org.apache.activemq.artemis.api.core.ActiveMQIOErrorException fileNotOpened()
    • recordLargerThanStoreMax

      org.apache.activemq.artemis.api.core.ActiveMQIOErrorException recordLargerThanStoreMax(long recordSize, long maxRecordSize)
    • unexpectedFileSize

      org.apache.activemq.artemis.api.core.ActiveMQIOErrorException unexpectedFileSize(String fileName, long expectedSize, long returnedSize)
    • threadDumpAfterFileOpenTimeout

      String threadDumpAfterFileOpenTimeout()
    • propertyNotFound

      IllegalStateException propertyNotFound(String property, String dialect)