Class ActiveMQJournalBundle_impl
- java.lang.Object
-
- org.apache.activemq.artemis.journal.ActiveMQJournalBundle_impl
-
- All Implemented Interfaces:
ActiveMQJournalBundle
public class ActiveMQJournalBundle_impl extends Object implements ActiveMQJournalBundle
-
-
Field Summary
-
Fields inherited from interface org.apache.activemq.artemis.journal.ActiveMQJournalBundle
BUNDLE
-
-
Constructor Summary
Constructors Constructor Description ActiveMQJournalBundle_impl(org.slf4j.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveMQIOErrorExceptionfileNotOpened()ActiveMQIOErrorExceptionioRenameFileError(String name, String newFileName)ActiveMQIOErrorExceptionjournalDifferentVersion()ActiveMQIOErrorExceptionjournalFileMisMatch()ActiveMQIOErrorExceptionrecordLargerThanStoreMax(long recordSize, long maxRecordSize)StringthreadDumpAfterFileOpenTimeout()StringunableToOpenFile()ActiveMQIOErrorExceptionunexpectedFileSize(String fileName, long expectedSize, long returnedSize)
-
-
-
Method Detail
-
ioRenameFileError
public ActiveMQIOErrorException ioRenameFileError(String name, String newFileName)
- Specified by:
ioRenameFileErrorin interfaceActiveMQJournalBundle
-
journalDifferentVersion
public ActiveMQIOErrorException journalDifferentVersion()
- Specified by:
journalDifferentVersionin interfaceActiveMQJournalBundle
-
journalFileMisMatch
public ActiveMQIOErrorException journalFileMisMatch()
- Specified by:
journalFileMisMatchin interfaceActiveMQJournalBundle
-
fileNotOpened
public ActiveMQIOErrorException fileNotOpened()
- Specified by:
fileNotOpenedin interfaceActiveMQJournalBundle
-
unableToOpenFile
public String unableToOpenFile()
- Specified by:
unableToOpenFilein interfaceActiveMQJournalBundle
-
recordLargerThanStoreMax
public ActiveMQIOErrorException recordLargerThanStoreMax(long recordSize, long maxRecordSize)
- Specified by:
recordLargerThanStoreMaxin interfaceActiveMQJournalBundle
-
unexpectedFileSize
public ActiveMQIOErrorException unexpectedFileSize(String fileName, long expectedSize, long returnedSize)
- Specified by:
unexpectedFileSizein interfaceActiveMQJournalBundle
-
threadDumpAfterFileOpenTimeout
public String threadDumpAfterFileOpenTimeout()
- Specified by:
threadDumpAfterFileOpenTimeoutin interfaceActiveMQJournalBundle
-
-