Uses of Class
org.apache.activemq.artemis.utils.collections.ConcurrentLongHashMap
-
Packages that use ConcurrentLongHashMap Package Description org.apache.activemq.artemis.core.journal.impl org.apache.activemq.artemis.core.persistence.impl.journal -
-
Uses of ConcurrentLongHashMap in org.apache.activemq.artemis.core.journal.impl
Methods in org.apache.activemq.artemis.core.journal.impl that return ConcurrentLongHashMap Modifier and Type Method Description ConcurrentLongHashMap<JournalRecord>JournalCompactor. getNewRecords()ConcurrentLongHashMap<JournalTransaction>JournalCompactor. getNewTransactions()ConcurrentLongHashMap<JournalRecord>JournalCompactor. getRecords()ConcurrentLongHashMap<JournalRecord>JournalImpl. getRecords()ConcurrentLongHashMap<JournalRecord>JournalRecordProvider. getRecords() -
Uses of ConcurrentLongHashMap in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal declared as ConcurrentLongHashMap Modifier and Type Field Description protected ConcurrentLongHashMap<LargeServerMessage>AbstractJournalStorageManager. largeMessagesToDelete
-