Uses of Class
org.apache.activemq.artemis.utils.collections.ConcurrentLongHashSet
-
Packages that use ConcurrentLongHashSet Package Description org.apache.activemq.artemis.core.journal.impl org.apache.activemq.artemis.utils.collections -
-
Uses of ConcurrentLongHashSet in org.apache.activemq.artemis.core.journal.impl
Constructors in org.apache.activemq.artemis.core.journal.impl with parameters of type ConcurrentLongHashSet Constructor Description AbstractJournalUpdateTask(SequentialFileFactory fileFactory, JournalImpl journal, JournalFilesRepository filesRepository, ConcurrentLongHashSet recordsSnapshot, long nextOrderingID)JournalCompactor(SequentialFileFactory fileFactory, JournalImpl journal, JournalFilesRepository filesRepository, ConcurrentLongHashSet recordsSnapshot, long firstFileID) -
Uses of ConcurrentLongHashSet in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections that return ConcurrentLongHashSet Modifier and Type Method Description ConcurrentLongHashSetConcurrentLongHashMap. keysLongHashSet()
-