Uses of Enum Class
org.apache.activemq.artemis.core.persistence.StorageManager.LargeMessageExtension
Packages that use StorageManager.LargeMessageExtension
Package
Description
-
Uses of StorageManager.LargeMessageExtension in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return StorageManager.LargeMessageExtensionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StorageManager.LargeMessageExtension[]StorageManager.LargeMessageExtension.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.persistence with parameters of type StorageManager.LargeMessageExtensionModifier and TypeMethodDescriptionStorageManager.createFileForLargeMessage(long messageID, StorageManager.LargeMessageExtension extension) Instantiates a SequentialFile to be used for storing aLargeServerMessage. -
Uses of StorageManager.LargeMessageExtension in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type StorageManager.LargeMessageExtensionModifier and TypeMethodDescriptionJournalStorageManager.createFileForLargeMessage(long messageID, StorageManager.LargeMessageExtension extension) -
Uses of StorageManager.LargeMessageExtension in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type StorageManager.LargeMessageExtensionModifier and TypeMethodDescriptionNullStorageManager.createFileForLargeMessage(long messageID, StorageManager.LargeMessageExtension extension)