Uses of Class
org.apache.activemq.artemis.utils.collections.LinkedListImpl.Node
-
Packages that use LinkedListImpl.Node Package Description org.apache.activemq.artemis.core.paging.cursor org.apache.activemq.artemis.core.server.impl org.apache.activemq.artemis.utils.collections -
-
Uses of LinkedListImpl.Node in org.apache.activemq.artemis.core.paging.cursor
Subclasses of LinkedListImpl.Node in org.apache.activemq.artemis.core.paging.cursor Modifier and Type Class Description classPagedReferenceImpl -
Uses of LinkedListImpl.Node in org.apache.activemq.artemis.core.server.impl
Subclasses of LinkedListImpl.Node in org.apache.activemq.artemis.core.server.impl Modifier and Type Class Description classMessageReferenceImplImplementation of a MessageReference -
Uses of LinkedListImpl.Node in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections that return LinkedListImpl.Node Modifier and Type Method Description LinkedListImpl.Node<E>NodeStore. getNode(String listID, long id)protected LinkedListImpl.Node<E>LinkedListImpl.Node. next()protected LinkedListImpl.Node<E>LinkedListImpl.Node. prev()Methods in org.apache.activemq.artemis.utils.collections with parameters of type LinkedListImpl.Node Modifier and Type Method Description voidLinkedListImpl.Iterator. nudged(LinkedListImpl.Node<E> node)voidNodeStore. removeNode(E element, LinkedListImpl.Node<E> node)protected booleanLinkedListImpl. scanLeft(LinkedListImpl.Node<E> position, E e)protected booleanLinkedListImpl. scanRight(LinkedListImpl.Node<E> position, E e)voidNodeStore. storeNode(E element, LinkedListImpl.Node<E> node)When you store the node, make sure you find what is the ID and ListID for the element you are storing as later one you will need to provide the node based on list and id as specified onNodeStore.getNode(String, long)
-