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 TypeMethodDescriptionioRenameFileError(String name, String newFileName) propertyNotFound(String property, String dialect) recordLargerThanStoreMax(long recordSize, long maxRecordSize) unexpectedFileSize(String fileName, long expectedSize, long returnedSize)
-
Constructor Details
-
ActiveMQJournalBundle_impl
public ActiveMQJournalBundle_impl(org.slf4j.Logger logger)
-
-
Method Details
-
ioRenameFileError
- Specified by:
ioRenameFileErrorin interfaceActiveMQJournalBundle
-
journalDifferentVersion
- Specified by:
journalDifferentVersionin interfaceActiveMQJournalBundle
-
journalFileMisMatch
- Specified by:
journalFileMisMatchin interfaceActiveMQJournalBundle
-
fileNotOpened
- Specified by:
fileNotOpenedin interfaceActiveMQJournalBundle
-
recordLargerThanStoreMax
- Specified by:
recordLargerThanStoreMaxin interfaceActiveMQJournalBundle
-
unexpectedFileSize
public ActiveMQIOErrorException unexpectedFileSize(String fileName, long expectedSize, long returnedSize) - Specified by:
unexpectedFileSizein interfaceActiveMQJournalBundle
-
threadDumpAfterFileOpenTimeout
- Specified by:
threadDumpAfterFileOpenTimeoutin interfaceActiveMQJournalBundle
-
propertyNotFound
- Specified by:
propertyNotFoundin interfaceActiveMQJournalBundle
-