Uses of Interface
org.apache.activemq.artemis.utils.collections.LinkedListIterator
-
-
Uses of LinkedListIterator in org.apache.activemq.artemis.core.paging.cursor
Subinterfaces of LinkedListIterator in org.apache.activemq.artemis.core.paging.cursor Modifier and Type Interface Description interfacePageIteratorMethods in org.apache.activemq.artemis.core.paging.cursor that return LinkedListIterator Modifier and Type Method Description LinkedListIterator<PagedReference>PageSubscription. iterator(boolean jumpRemoves) -
Uses of LinkedListIterator in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return LinkedListIterator Modifier and Type Method Description LinkedListIterator<MessageReference>Queue. browserIterator()LinkedListIterator<MessageReference>Queue. iterator()It will iterate through memory only (not paging) -
Uses of LinkedListIterator in org.apache.activemq.artemis.core.server.impl
Fields in org.apache.activemq.artemis.core.server.impl declared as LinkedListIterator Modifier and Type Field Description LinkedListIterator<MessageReference>ServerConsumerImpl.BrowserDeliverer. iteratorMethods in org.apache.activemq.artemis.core.server.impl that return LinkedListIterator Modifier and Type Method Description LinkedListIterator<MessageReference>QueueImpl. iterator()Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type LinkedListIterator Constructor Description BrowserDeliverer(LinkedListIterator<MessageReference> iterator) -
Uses of LinkedListIterator in org.apache.activemq.artemis.utils.collections
Classes in org.apache.activemq.artemis.utils.collections that implement LinkedListIterator Modifier and Type Class Description classLinkedListImpl.IteratorMethods in org.apache.activemq.artemis.utils.collections that return LinkedListIterator Modifier and Type Method Description LinkedListIterator<E>LinkedList. iterator()LinkedListIterator<E>LinkedListImpl. iterator()LinkedListIterator<E>PriorityLinkedList. iterator()LinkedListIterator<E>PriorityLinkedListImpl. iterator()
-