Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.PageCache
-
Packages that use PageCache Package Description org.apache.activemq.artemis.core.paging.cursor org.apache.activemq.artemis.core.paging.cursor.impl -
-
Uses of PageCache in org.apache.activemq.artemis.core.paging.cursor
Subinterfaces of PageCache in org.apache.activemq.artemis.core.paging.cursor Modifier and Type Interface Description interfaceBulkPageCacheinterfaceLivePageCacheMethods in org.apache.activemq.artemis.core.paging.cursor that return PageCache Modifier and Type Method Description PageCachePageCursorProvider. getPageCache(long pageNr) -
Uses of PageCache in org.apache.activemq.artemis.core.paging.cursor.impl
Classes in org.apache.activemq.artemis.core.paging.cursor.impl that implement PageCache Modifier and Type Class Description classLivePageCacheImplThis is the same as PageCache, however this is for the page that's being currently written.classPageReaderMethods in org.apache.activemq.artemis.core.paging.cursor.impl that return PageCache Modifier and Type Method Description PageCachePageSubscriptionImpl.PageCursorInfo. getCache()PageCachePageCursorProviderImpl. getPageCache(long pageId)PageCachePageSubscriptionImpl.PageCursorInfo. getValidCache()
-