Uses of Class
org.apache.activemq.artemis.core.paging.impl.Page
Packages that use Page
Package
Description
-
Uses of Page in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging that return PageModifier and TypeMethodDescriptionPagingStore.depage()Remove the first page from the Writing Queue.PagingStore.getCurrentPage()PagingStore.newPageObject(long page) PagingStore.removePage(int pageId) PagingStore.usePage(long page) PagingStore.usePage(long page, boolean create) Use this method when you want to use the cache of used pages.PagingStore.usePage(long page, boolean createEntry, boolean createFile) -
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 -
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 PageModifier and TypeMethodDescriptionprotected voidPageCursorProviderImpl.onDeletePage(Page deletedPage) voidPageSubscriptionImpl.onDeletePage(Page deletedPage) protected voidPageCursorProviderImpl.storeBookmark(List<PageSubscription> cursorList, Page currentPage) Method parameters in org.apache.activemq.artemis.core.paging.cursor.impl with type arguments of type PageModifier and TypeMethodDescriptionprotected voidPageCursorProviderImpl.finishCleanup(List<Page> depagedPages) -
Uses of Page in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl that return PageModifier and TypeMethodDescriptionPagingStoreImpl.depage()Returns a Page out of the Page System without reading it.PageCache.get(long pageID) PagingStoreImpl.getCurrentPage()PagingStoreImpl.newPageObject(long pageNumber) PagingStoreImpl.removePage(int pageId) Returns a Page out of the Page System without reading it.final PagePagingStoreImpl.usePage(long pageId) PagingStoreImpl.usePage(long pageId, boolean create) PagingStoreImpl.usePage(long pageId, boolean createEntry, boolean createFile) Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PageModifier and TypeMethodDescriptionvoidPageCache.injectPage(Page page) voidPageCache.removePage(Page page) Method parameters in org.apache.activemq.artemis.core.paging.impl with type arguments of type PageModifier and TypeMethodDescriptionvoidPageCache.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 -
Uses of Page in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication that return types with arguments of type Page