Uses of Interface
org.apache.activemq.artemis.utils.ReferenceCounter
-
Packages that use ReferenceCounter Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl org.apache.activemq.artemis.utils -
-
Uses of ReferenceCounter in org.apache.activemq.artemis.core.server
Subinterfaces of ReferenceCounter in org.apache.activemq.artemis.core.server Modifier and Type Interface Description interfaceQueueManagerinterfaceTransientQueueManagerMethods in org.apache.activemq.artemis.core.server that return ReferenceCounter Modifier and Type Method Description ReferenceCounterQueue. getConsumersRefCount()This will hold a reference counter for every consumer present on the queue. -
Uses of ReferenceCounter in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement ReferenceCounter Modifier and Type Class Description classQueueManagerImplclassTransientQueueManagerImplMethods in org.apache.activemq.artemis.core.server.impl that return ReferenceCounter Modifier and Type Method Description ReferenceCounterQueueImpl. getConsumersRefCount() -
Uses of ReferenceCounter in org.apache.activemq.artemis.utils
Classes in org.apache.activemq.artemis.utils that implement ReferenceCounter Modifier and Type Class Description classReferenceCounterUtil
-