Class ActiveMQJournalBundle_impl
java.lang.Object
org.apache.activemq.artemis.journal.ActiveMQJournalBundle_impl
- All Implemented Interfaces:
ActiveMQJournalBundle
-
Field Summary
Fields inherited from interface ActiveMQJournalBundle
BUNDLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionorg.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionioRenameFileError(String name, String newFileName) org.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionorg.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionpropertyNotFound(String property, String dialect) org.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionrecordLargerThanStoreMax(long recordSize, long maxRecordSize) org.apache.activemq.artemis.api.core.ActiveMQIOErrorExceptionunexpectedFileSize(String fileName, long expectedSize, long returnedSize)
-
Constructor Details
-
ActiveMQJournalBundle_impl
public ActiveMQJournalBundle_impl(org.slf4j.Logger logger)
-
-
Method Details
-
ioRenameFileError
public org.apache.activemq.artemis.api.core.ActiveMQIOErrorException ioRenameFileError(String name, String newFileName) - Specified by:
ioRenameFileErrorin interfaceActiveMQJournalBundle
-
journalDifferentVersion
public org.apache.activemq.artemis.api.core.ActiveMQIOErrorException journalDifferentVersion()- Specified by:
journalDifferentVersionin interfaceActiveMQJournalBundle
-
journalFileMisMatch
public org.apache.activemq.artemis.api.core.ActiveMQIOErrorException journalFileMisMatch()- Specified by:
journalFileMisMatchin interfaceActiveMQJournalBundle
-
fileNotOpened
public org.apache.activemq.artemis.api.core.ActiveMQIOErrorException fileNotOpened()- Specified by:
fileNotOpenedin interfaceActiveMQJournalBundle
-
recordLargerThanStoreMax
public org.apache.activemq.artemis.api.core.ActiveMQIOErrorException recordLargerThanStoreMax(long recordSize, long maxRecordSize) - Specified by:
recordLargerThanStoreMaxin interfaceActiveMQJournalBundle
-
unexpectedFileSize
public org.apache.activemq.artemis.api.core.ActiveMQIOErrorException unexpectedFileSize(String fileName, long expectedSize, long returnedSize) - Specified by:
unexpectedFileSizein interfaceActiveMQJournalBundle
-
threadDumpAfterFileOpenTimeout
- Specified by:
threadDumpAfterFileOpenTimeoutin interfaceActiveMQJournalBundle
-
propertyNotFound
- Specified by:
propertyNotFoundin interfaceActiveMQJournalBundle
-