Uses of Interface
org.apache.activemq.artemis.core.postoffice.DuplicateIDCache
-
Packages that use DuplicateIDCache Package Description org.apache.activemq.artemis.core.postoffice org.apache.activemq.artemis.core.postoffice.impl -
-
Uses of DuplicateIDCache in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return DuplicateIDCache Modifier and Type Method Description DuplicateIDCachePostOffice. getDuplicateIDCache(SimpleString address)DuplicateIDCachePostOffice. getDuplicateIDCache(SimpleString address, int idCacheSize) -
Uses of DuplicateIDCache in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return DuplicateIDCache Modifier and Type Method Description DuplicateIDCachePostOfficeImpl. getDuplicateIDCache(SimpleString address)DuplicateIDCachePostOfficeImpl. getDuplicateIDCache(SimpleString address, int cacheSizeToUse)static DuplicateIDCacheDuplicateIDCaches. inMemory(SimpleString address, int size)static DuplicateIDCacheDuplicateIDCaches. persistent(SimpleString address, int size, StorageManager storageManager)Methods in org.apache.activemq.artemis.core.postoffice.impl that return types with arguments of type DuplicateIDCache Modifier and Type Method Description ConcurrentMap<SimpleString,DuplicateIDCache>PostOfficeImpl. getDuplicateIDCaches()
-