Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.PageIterator
-
-
Uses of PageIterator in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type PageIterator Modifier and Type Method Description booleanPageTransactionInfo. deliverAfterCommit(PageIterator pageIterator, PageSubscription cursor, PagePosition cursorPos)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 PageIterator Modifier and Type Method Description PageIteratorPageSubscription. iterator()Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type PageIterator Modifier and Type Method Description voidPageSubscription. redeliver(PageIterator iterator, PagePosition position)To be used on redeliveries -
Uses of PageIterator in org.apache.activemq.artemis.core.paging.cursor.impl
Methods in org.apache.activemq.artemis.core.paging.cursor.impl that return PageIterator Modifier and Type Method Description PageIteratorPageSubscriptionImpl. iterator()PageIteratorPageSubscriptionImpl. iterator(boolean browsing)Methods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type PageIterator Modifier and Type Method Description voidPageSubscriptionImpl. redeliver(PageIterator iterator, PagePosition position) -
Uses of PageIterator in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PageIterator Modifier and Type Method Description booleanPageTransactionInfoImpl. deliverAfterCommit(PageIterator iterator, PageSubscription cursor, PagePosition cursorPos)
-