Uses of Interface
org.apache.activemq.artemis.utils.collections.NodeStore
Packages that use NodeStore
-
Uses of NodeStore in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections that return NodeStoreMethods in org.apache.activemq.artemis.utils.collections with parameters of type NodeStoreModifier and TypeMethodDescriptionvoidEmptyList.setNodeStore(NodeStore<E> store) voidLinkedList.setNodeStore(NodeStore<E> store) this makes possibl to useLinkedList.removeWithID(String, long)voidLinkedListImpl.setNodeStore(NodeStore<E> supplier) Method parameters in org.apache.activemq.artemis.utils.collections with type arguments of type NodeStoreModifier and TypeMethodDescriptionvoidPriorityLinkedList.setNodeStore(Supplier<NodeStore<E>> supplier) voidPriorityLinkedListImpl.setNodeStore(Supplier<NodeStore<E>> supplier) Constructors in org.apache.activemq.artemis.utils.collections with parameters of type NodeStore