Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.PageCursorProvider
-
Packages that use PageCursorProvider Package Description org.apache.activemq.artemis.core.paging org.apache.activemq.artemis.core.paging.cursor.impl org.apache.activemq.artemis.core.paging.impl -
-
Uses of PageCursorProvider in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging that return PageCursorProvider Modifier and Type Method Description PageCursorProviderPagingStore. getCursorProvider()PageCursorProviderPagingStoreFactory. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor) -
Uses of PageCursorProvider in org.apache.activemq.artemis.core.paging.cursor.impl
Classes in org.apache.activemq.artemis.core.paging.cursor.impl that implement PageCursorProvider Modifier and Type Class Description classPageCursorProviderImplMethods in org.apache.activemq.artemis.core.paging.cursor.impl that return PageCursorProvider Modifier and Type Method Description PageCursorProviderPageSubscriptionImpl. getProvider() -
Uses of PageCursorProvider in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl that return PageCursorProvider Modifier and Type Method Description PageCursorProviderPagingStoreImpl. getCursorProvider()PageCursorProviderPagingStoreFactoryDatabase. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)PageCursorProviderPagingStoreFactoryNIO. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)
-