Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.LivePageCache
-
Packages that use LivePageCache Package Description org.apache.activemq.artemis.core.paging.cursor org.apache.activemq.artemis.core.paging.cursor.impl org.apache.activemq.artemis.core.paging.impl -
-
Uses of LivePageCache in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type LivePageCache Modifier and Type Method Description voidPageCursorProvider. addLivePageCache(LivePageCache cache) -
Uses of LivePageCache in org.apache.activemq.artemis.core.paging.cursor.impl
Classes in org.apache.activemq.artemis.core.paging.cursor.impl that implement LivePageCache Modifier and Type Class Description classLivePageCacheImplThis is the same as PageCache, however this is for the page that's being currently written.Methods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type LivePageCache Modifier and Type Method Description voidPageCursorProviderImpl. addLivePageCache(LivePageCache cache) -
Uses of LivePageCache in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl that return LivePageCache Modifier and Type Method Description LivePageCachePage. getLiveCache()Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type LivePageCache Modifier and Type Method Description voidPage. setLiveCache(LivePageCache pageCache)
-