Uses of Class
org.apache.activemq.artemis.core.journal.collections.JournalHashMap.MapRecord
Packages that use JournalHashMap.MapRecord
-
Uses of JournalHashMap.MapRecord in org.apache.activemq.artemis.core.journal.collections
Classes in org.apache.activemq.artemis.core.journal.collections that implement interfaces with type arguments of type JournalHashMap.MapRecordMethods in org.apache.activemq.artemis.core.journal.collections that return JournalHashMap.MapRecordModifier and TypeMethodDescriptionfinal JournalHashMap.MapRecord<K, V> AbstractHashMapPersister.decode(ActiveMQBuffer buffer, JournalHashMap.MapRecord<K, V> record, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools pool) Methods in org.apache.activemq.artemis.core.journal.collections with parameters of type JournalHashMap.MapRecordModifier and TypeMethodDescriptionfinal JournalHashMap.MapRecord<K, V> AbstractHashMapPersister.decode(ActiveMQBuffer buffer, JournalHashMap.MapRecord<K, V> record, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools pool) final voidAbstractHashMapPersister.encode(ActiveMQBuffer buffer, JournalHashMap.MapRecord<K, V> record) final intAbstractHashMapPersister.getEncodeSize(JournalHashMap.MapRecord<K, V> record) voidJournalHashMap.reload(JournalHashMap.MapRecord<K, V> reloadValue) This is to be called from a single thread during reload, no need to be synchronizedConstructor parameters in org.apache.activemq.artemis.core.journal.collections with type arguments of type JournalHashMap.MapRecordModifierConstructorDescriptionJournalHashMap(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)