Interface LivePageCache
-
- All Superinterfaces:
AutoCloseable,BulkPageCache,PageCache,SoftValueLongObjectHashMap.ValueCache
- All Known Implementing Classes:
LivePageCacheImpl
public interface LivePageCache extends BulkPageCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLiveMessage(PagedMessage message)-
Methods inherited from interface org.apache.activemq.artemis.core.paging.cursor.BulkPageCache
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
-
addLiveMessage
void addLiveMessage(PagedMessage message)
-
-