Uses of Class
org.apache.activemq.artemis.core.paging.impl.Page
-
-
Uses of Page in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging that return Page Modifier and Type Method Description PagePagingStore. createPage(int page)PagePagingStore. depage()Remove the first page from the Writing Queue.PagePagingStore. getCurrentPage()PagePagingStore. removePage(int pageId) -
Uses of Page in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type Page Modifier and Type Method Description voidPageSubscription. onDeletePage(Page deletedPage)voidPageSubscriptionCounter. pendingCounter(Page page, int increment, long persistentSize) -
Uses of Page in org.apache.activemq.artemis.core.paging.cursor.impl
Methods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type Page Modifier and Type Method Description protected voidPageCursorProviderImpl. onDeletePage(Page deletedPage)voidPageSubscriptionImpl. onDeletePage(Page deletedPage)voidPageSubscriptionCounterImpl. pendingCounter(Page page, int increment, long size)This is used only on non transactional pagingprotected voidPageCursorProviderImpl. storeBookmark(ArrayList<PageSubscription> cursorList, Page currentPage)Method parameters in org.apache.activemq.artemis.core.paging.cursor.impl with type arguments of type Page Modifier and Type Method Description protected voidPageCursorProviderImpl. finishCleanup(ArrayList<Page> depagedPages)Constructors in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type Page Constructor Description PageReader(Page page, int numberOfMessages) -
Uses of Page in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl that return Page Modifier and Type Method Description PagePagingStoreImpl. createPage(int pageNumber)PagePagingStoreImpl. depage()Returns a Page out of the Page System without reading it.PagePagingStoreImpl. getCurrentPage()PagePagingStoreImpl. removePage(int pageId)Returns a Page out of the Page System without reading it.Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type Page Modifier and Type Method Description intPage. compareTo(Page otherPage)
-