Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.PagedReference
-
Packages that use PagedReference Package Description org.apache.activemq.artemis.core.paging.cursor org.apache.activemq.artemis.core.paging.cursor.impl -
-
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 classPagedReferenceImplMethods in org.apache.activemq.artemis.core.paging.cursor that return PagedReference Modifier and Type Method Description PagedReferencePageCursorProvider. newReference(PagePosition pos, PagedMessage msg, PageSubscription sub)Methods in org.apache.activemq.artemis.core.paging.cursor that return types with arguments of type PagedReference Modifier and Type Method Description LinkedListIterator<PagedReference>PageSubscription. iterator(boolean jumpRemoves)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)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(PagePosition pos, 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)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)
-