Uses of Interface
org.apache.activemq.artemis.core.postoffice.DuplicateIDCache
Packages that use DuplicateIDCache
Package
Description
-
Uses of DuplicateIDCache in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return DuplicateIDCacheModifier and TypeMethodDescriptionPostOffice.getDuplicateIDCache(SimpleString address) PostOffice.getDuplicateIDCache(SimpleString address, int idCacheSize) -
Uses of DuplicateIDCache in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement DuplicateIDCacheMethods in org.apache.activemq.artemis.core.postoffice.impl that return DuplicateIDCacheModifier and TypeMethodDescriptionPostOfficeImpl.getDuplicateIDCache(SimpleString address) PostOfficeImpl.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