Uses of Class
org.apache.activemq.artemis.utils.collections.LinkedListImpl.Node
Packages that use LinkedListImpl.Node
Package
Description
-
Uses of LinkedListImpl.Node in org.apache.activemq.artemis.core.paging.cursor
Subclasses of LinkedListImpl.Node in org.apache.activemq.artemis.core.paging.cursor -
Uses of LinkedListImpl.Node in org.apache.activemq.artemis.core.server.impl
Subclasses of LinkedListImpl.Node in org.apache.activemq.artemis.core.server.implModifier and TypeClassDescriptionclassI need to store protocol specific data on the references.classImplementation 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.NodeModifier and TypeMethodDescriptionprotected final LinkedListImpl.Node<E>LinkedListImpl.Node.next()protected final LinkedListImpl.Node<E>LinkedListImpl.Node.prev()Methods in org.apache.activemq.artemis.utils.collections with parameters of type LinkedListImpl.NodeModifier and TypeMethodDescriptionvoidLinkedListImpl.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)