| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.paging.impl | |
| org.apache.activemq.artemis.core.server.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
PagingStoreFactoryDatabase
Integration point between Paging and JDBC
|
class |
PagingStoreFactoryNIO
Integration point between Paging and NIO
|
| Modifier and Type | Method and Description |
|---|---|
PagingStoreFactory |
PagingManagerImpl.getPagingStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
PagingManagerImpl.replacePageStoreFactory(PagingStoreFactory factory) |
| Constructor and Description |
|---|
PagingManagerImpl(PagingStoreFactory pagingSPI,
HierarchicalRepository<AddressSettings> addressSettingsRepository) |
PagingManagerImpl(PagingStoreFactory pagingSPI,
HierarchicalRepository<AddressSettings> addressSettingsRepository,
long maxSize) |
PagingStoreImpl(SimpleString address,
ScheduledExecutorService scheduledExecutor,
long syncTimeout,
PagingManager pagingManager,
StorageManager storageManager,
SequentialFileFactory fileFactory,
PagingStoreFactory storeFactory,
SimpleString storeName,
AddressSettings addressSettings,
ArtemisExecutor executor,
boolean syncNonTransactional) |
| Modifier and Type | Method and Description |
|---|---|
protected PagingStoreFactory |
ActiveMQServerImpl.getPagingStoreFactory() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.