Interface BulkPageCache
-
- All Superinterfaces:
AutoCloseable,PageCache,SoftValueLongObjectHashMap.ValueCache
- All Known Subinterfaces:
LivePageCache
- All Known Implementing Classes:
LivePageCacheImpl
public interface BulkPageCache extends PageCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PagedMessage[]getMessages()-
Methods inherited from interface org.apache.activemq.artemis.core.paging.cursor.PageCache
close, getMessage, getNumberOfMessages, getPageId
-
Methods inherited from interface org.apache.activemq.artemis.utils.SoftValueLongObjectHashMap.ValueCache
isLive
-
-
-
-
Method Detail
-
getMessages
PagedMessage[] getMessages()
-
-