Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.PagedReference
Packages that use PagedReference
Package
Description
-
Uses of PagedReference in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type PagedReferenceModifier 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 PagedReference in org.apache.activemq.artemis.core.paging.cursor
Classes in org.apache.activemq.artemis.core.paging.cursor that implement PagedReferenceMethods in org.apache.activemq.artemis.core.paging.cursor that return PagedReferenceModifier and TypeMethodDescriptionPageCursorProvider.newReference(PagedMessage msg, PageSubscription sub) Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type PagedReferenceModifier and TypeMethodDescriptionvoidPageSubscription.ack(PagedReference ref) default voidPageSubscription.ackTx(Transaction tx, PagedReference position) voidPageSubscription.ackTx(Transaction tx, PagedReference position, boolean fromDelivery) booleanPageSubscription.contains(PagedReference ref) voidPageIterator.redeliver(PagedReference reference) voidPageSubscription.redeliver(PageIterator iterator, PagedReference reference) -
Uses of PagedReference in org.apache.activemq.artemis.core.paging.cursor.impl
Methods in org.apache.activemq.artemis.core.paging.cursor.impl that return PagedReferenceModifier and TypeMethodDescriptionPageCursorProviderImpl.newReference(PagedMessage msg, PageSubscription subscription) Methods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type PagedReferenceModifier and TypeMethodDescriptionvoidPageSubscriptionImpl.ack(PagedReference reference) voidPageSubscriptionImpl.ackTx(Transaction tx, PagedReference reference, boolean fromDelivery) booleanPageSubscriptionImpl.contains(PagedReference ref) voidPageSubscriptionImpl.redeliver(PageIterator iterator, PagedReference pagedReference) -
Uses of PagedReference in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PagedReferenceModifier and TypeMethodDescriptionbooleanPageTransactionInfoImpl.deliverAfterCommit(PageIterator iterator, PageSubscription cursor, PagedReference pagedReference)