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, 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 PageIterator Modifier and Type Method Description PageIteratorPageSubscription. iterator()PageIteratorPageSubscription. iterator(boolean browsing)Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type PageIterator Modifier and Type Method Description voidPageSubscription. 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 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, 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 PageIterator Modifier and Type Method Description booleanPageTransactionInfoImpl. deliverAfterCommit(PageIterator iterator, PageSubscription cursor, PagedReference pagedReference)
-