Uses of Class
org.apache.activemq.artemis.core.journal.collections.JournalHashMap.MapRecord
-
Packages that use JournalHashMap.MapRecord Package Description org.apache.activemq.artemis.core.journal.collections -
-
Uses of JournalHashMap.MapRecord in org.apache.activemq.artemis.core.journal.collections
Methods in org.apache.activemq.artemis.core.journal.collections that return JournalHashMap.MapRecord Modifier and Type Method Description 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.MapRecord Modifier and Type Method Description JournalHashMap.MapRecord<K,V>AbstractHashMapPersister. decode(ActiveMQBuffer buffer, JournalHashMap.MapRecord<K,V> record, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools pool)voidAbstractHashMapPersister. encode(ActiveMQBuffer buffer, JournalHashMap.MapRecord<K,V> record)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.MapRecord Constructor Description JournalHashMap(long collectionId, Journal 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)
-