Uses of Class
org.apache.activemq.artemis.core.journal.collections.JournalHashMap
-
Packages that use JournalHashMap Package Description org.apache.activemq.artemis.core.journal.collections -
-
Uses of JournalHashMap in org.apache.activemq.artemis.core.journal.collections
Methods in org.apache.activemq.artemis.core.journal.collections that return JournalHashMap Modifier and Type Method Description JournalHashMap<K,V,C>JournalHashMapProvider. getMap(long collectionID)JournalHashMap<K,V,C>JournalHashMapProvider. getMap(long collectionID, C context)JournalHashMap<K,V,C>JournalHashMap. setContext(C context)Methods in org.apache.activemq.artemis.core.journal.collections that return types with arguments of type JournalHashMap Modifier and Type Method Description List<JournalHashMap<K,V,C>>JournalHashMapProvider. getMaps()Iterator<JournalHashMap<K,V,C>>JournalHashMapProvider. iterMaps()
-