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. depage()Remove the first page from the Writing Queue.PagePagingStore. getCurrentPage()PagePagingStore. newPageObject(long page)PagePagingStore. removePage(int pageId)PagePagingStore. usePage(long page)PagePagingStore. usePage(long page, boolean create)Use this method when you want to use the cache of used pages. -
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) -
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)protected 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) -
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. depage()Returns a Page out of the Page System without reading it.PagePageCache. get(long pageID)PagePagingStoreImpl. getCurrentPage()PagePagingStoreImpl. newPageObject(long pageNumber)PagePagingStoreImpl. removePage(int pageId)Returns a Page out of the Page System without reading it.PagePagingStoreImpl. usePage(long pageId)PagePagingStoreImpl. usePage(long pageId, boolean create)Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type Page Modifier and Type Method Description voidPageCache. injectPage(Page page)voidPageCache. removePage(Page page)Method parameters in org.apache.activemq.artemis.core.paging.impl with type arguments of type Page Modifier and Type Method Description voidPageCache. forEachUsedPage(Consumer<Page> consumerPage)protected voidPagingStoreImpl. forEachUsedPage(Consumer<Page> consumerPage)voidPage. releaseTask(Consumer<Page> releaseTask)to be called when the page is supposed to be released
-