Interface ActiveMQJournalBundle
- All Known Implementing Classes:
ActiveMQJournalBundle_impl
public interface ActiveMQJournalBundle
Logger Code 149000 - 149999
-
Field Summary
Fields -
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)
-
Field Details
-
BUNDLE
-
-
Method Details
-
ioRenameFileError
-
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
-