Uses of Interface
org.apache.activemq.artemis.core.journal.collections.MapStorageManager
Packages that use MapStorageManager
-
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, org.apache.activemq.artemis.core.persistence.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)