Uses of Interface
org.apache.activemq.artemis.utils.collections.NodeStore
-
Packages that use NodeStore Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl org.apache.activemq.artemis.utils.collections -
-
Uses of NodeStore in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type NodeStore Modifier and Type Method Description MessageReferenceQueue. removeWithSuppliedID(String serverID, long id, NodeStore<MessageReference> nodeStore)Remove item with a supplied non-negative (>= 0) ID. -
Uses of NodeStore in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type NodeStore Modifier and Type Method Description MessageReferenceQueueImpl. removeWithSuppliedID(String serverID, long id, NodeStore<MessageReference> nodeStore) -
Uses of NodeStore in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections with parameters of type NodeStore Modifier and Type Method Description voidLinkedList. setNodeStore(NodeStore<E> store)this makes possibl to useLinkedList.removeWithID(String, long)voidLinkedListImpl. setNodeStore(NodeStore<E> supplier)voidPriorityLinkedList. setNodeStore(NodeStore<E> supplier)voidPriorityLinkedListImpl. setNodeStore(NodeStore<E> supplier)Constructors in org.apache.activemq.artemis.utils.collections with parameters of type NodeStore Constructor Description LinkedListImpl(Comparator<E> comparator, NodeStore<E> supplier)
-