Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.PageIterator
Packages that use PageIterator
Package
Description
-
Uses of PageIterator in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type PageIteratorModifier and TypeMethodDescriptionbooleanPageTransactionInfo.deliverAfterCommit(PageIterator pageIterator, PageSubscription cursor, PagedReference pagedMessage) This method will hold the position to be delivered later in case this transaction is pending. -
Uses of PageIterator in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor that return PageIteratorModifier and TypeMethodDescriptionPageSubscription.iterator()PageSubscription.iterator(boolean browsing) Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type PageIteratorModifier and TypeMethodDescriptionvoidPageSubscription.redeliver(PageIterator iterator, PagedReference reference) -
Uses of PageIterator in org.apache.activemq.artemis.core.paging.cursor.impl
Methods in org.apache.activemq.artemis.core.paging.cursor.impl that return PageIteratorModifier and TypeMethodDescriptionPageSubscriptionImpl.iterator()PageSubscriptionImpl.iterator(boolean browsing) Methods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type PageIteratorModifier and TypeMethodDescriptionvoidPageSubscriptionImpl.redeliver(PageIterator iterator, PagedReference pagedReference) -
Uses of PageIterator in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PageIteratorModifier and TypeMethodDescriptionbooleanPageTransactionInfoImpl.deliverAfterCommit(PageIterator iterator, PageSubscription cursor, PagedReference pagedReference)