Package | Description |
---|---|
org.apache.activemq.artemis.core.paging | |
org.apache.activemq.artemis.core.paging.cursor.impl | |
org.apache.activemq.artemis.core.paging.impl |
Modifier and Type | Method and Description |
---|---|
PageCursorProvider |
PagingStore.getCursorProvider() |
PageCursorProvider |
PagingStoreFactory.newCursorProvider(PagingStore store,
StorageManager storageManager,
AddressSettings addressSettings,
ArtemisExecutor executor) |
Modifier and Type | Class and Description |
---|---|
class |
PageCursorProviderImpl
A PageProviderIMpl
TODO: this may be moved entirely into PagingStore as there's an one-to-one relationship here
However I want to keep this isolated as much as possible during development
|
Modifier and Type | Method and Description |
---|---|
PageCursorProvider |
PagingStoreImpl.getCursorProvider() |
PageCursorProvider |
PagingStoreFactoryNIO.newCursorProvider(PagingStore store,
StorageManager storageManager,
AddressSettings addressSettings,
ArtemisExecutor executor) |
PageCursorProvider |
PagingStoreFactoryDatabase.newCursorProvider(PagingStore store,
StorageManager storageManager,
AddressSettings addressSettings,
ArtemisExecutor executor) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.