Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.ConsumedPage
-
Packages that use ConsumedPage Package Description org.apache.activemq.artemis.core.paging.cursor org.apache.activemq.artemis.core.paging.cursor.impl -
-
Uses of ConsumedPage in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor that return ConsumedPage Modifier and Type Method Description ConsumedPagePageSubscription. locatePageInfo(long pageNr)Method parameters in org.apache.activemq.artemis.core.paging.cursor with type arguments of type ConsumedPage Modifier and Type Method Description voidPageSubscription. forEachConsumedPage(Consumer<ConsumedPage> pageCleaner) -
Uses of ConsumedPage in org.apache.activemq.artemis.core.paging.cursor.impl
Classes in org.apache.activemq.artemis.core.paging.cursor.impl that implement ConsumedPage Modifier and Type Class Description classPageSubscriptionImpl.PageCursorInfoThis will hold information about the pending ACKs towards a page.Method parameters in org.apache.activemq.artemis.core.paging.cursor.impl with type arguments of type ConsumedPage Modifier and Type Method Description voidPageSubscriptionImpl. forEachConsumedPage(Consumer<ConsumedPage> pageConsumer)
-