Uses of Interface
org.apache.activemq.artemis.core.journal.collections.MapStorageManager
Packages that use MapStorageManager
Package
Description
-
Uses of MapStorageManager in org.apache.activemq.artemis.core.journal.collections
Constructors in org.apache.activemq.artemis.core.journal.collections with parameters of type MapStorageManagerModifierConstructorDescriptionJournalHashMap(long collectionId, MapStorageManager journal, LongSupplier idGenerator, Persister<JournalHashMap.MapRecord<K, V>> persister, byte recordType, Supplier<IOCompletion> completionSupplier, LongFunction<C> contextProvider, IOCriticalErrorListener ioExceptionListener) JournalHashMapProvider(LongSupplier idSupplier, MapStorageManager journal, AbstractHashMapPersister<K, V> persister, byte recordType, Supplier<IOCompletion> ioCompletionSupplier, LongFunction<C> contextProvider, IOCriticalErrorListener ioExceptionListener) -
Uses of MapStorageManager in org.apache.activemq.artemis.core.persistence
Subinterfaces of MapStorageManager in org.apache.activemq.artemis.core.persistence -
Uses of MapStorageManager in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement MapStorageManagerModifier and TypeClassDescriptionclassControls access to the journals and other storage files such as the ones used to store pages and large messages.classclass -
Uses of MapStorageManager in org.apache.activemq.artemis.core.persistence.impl.nullpm
Classes in org.apache.activemq.artemis.core.persistence.impl.nullpm that implement MapStorageManager