Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.PagedReference
-
-
Uses of PagedReference in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type PagedReference 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 PagedReference in org.apache.activemq.artemis.core.paging.cursor
Classes in org.apache.activemq.artemis.core.paging.cursor that implement PagedReference Modifier and Type Class Description classPagedReferenceImplclassQueryPagedReferenceImplMethods in org.apache.activemq.artemis.core.paging.cursor that return PagedReference Modifier and Type Method Description PagedReferencePageCursorProvider. newReference(PagedMessage msg, PageSubscription sub)Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type PagedReference Modifier and Type Method Description voidPageSubscription. ack(PagedReference ref)voidPageSubscription. ackTx(Transaction tx, PagedReference position)booleanPageSubscription. contains(PagedReference ref)voidPageIterator. redeliver(PagedReference reference)voidPageSubscription. redeliver(PageIterator iterator, PagedReference reference)Method parameters in org.apache.activemq.artemis.core.paging.cursor with type arguments of type PagedReference Modifier and Type Method Description voidPageSubscription. scanAck(BooleanSupplier retryBeforeScan, ToIntFunction<PagedReference> scanFunction, Runnable found, Runnable notFound)This method will schedule scanning over Paging, however a retry should be done before the scanning. -
Uses of PagedReference in org.apache.activemq.artemis.core.paging.cursor.impl
Methods in org.apache.activemq.artemis.core.paging.cursor.impl that return PagedReference Modifier and Type Method Description PagedReferencePageCursorProviderImpl. newReference(PagedMessage msg, PageSubscription subscription)Methods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type PagedReference Modifier and Type Method Description voidPageSubscriptionImpl. ack(PagedReference reference)voidPageSubscriptionImpl. ackTx(Transaction tx, PagedReference reference)booleanPageSubscriptionImpl. contains(PagedReference ref)voidPageSubscriptionImpl. redeliver(PageIterator iterator, PagedReference pagedReference)Method parameters in org.apache.activemq.artemis.core.paging.cursor.impl with type arguments of type PagedReference Modifier and Type Method Description voidPageSubscriptionImpl. scanAck(BooleanSupplier retryBeforeScan, ToIntFunction<PagedReference> scanFunction, Runnable found, Runnable notFound) -
Uses of PagedReference in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PagedReference Modifier and Type Method Description booleanPageTransactionInfoImpl. deliverAfterCommit(PageIterator iterator, PageSubscription cursor, PagedReference pagedReference)
-