Uses of Interface
org.apache.activemq.artemis.utils.collections.LinkedList
Packages that use LinkedList
Package
Description
-
Uses of LinkedList in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl that return LinkedListModifier and TypeMethodDescriptionPage.getMessages()Page.read()Page.read(StorageManager storage) Page.read(StorageManager storage, boolean onlyLargeMessages) Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type LinkedList -
Uses of LinkedList in org.apache.activemq.artemis.utils.collections
Classes in org.apache.activemq.artemis.utils.collections that implement LinkedListModifier and TypeClassDescriptionclassEmptyList<E>classA linked list implementation which allows multiple iterators to exist at the same time on the queue, and which see any elements added or removed from the queue either directly or via iterators.Methods in org.apache.activemq.artemis.utils.collections that return LinkedList