public interface PagingStoreFactory
| Modifier and Type | Method and Description |
|---|---|
SequentialFileFactory |
newFileFactory(SimpleString address) |
PagingStore |
newStore(SimpleString address,
AddressSettings addressSettings) |
List<PagingStore> |
reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) |
void |
setPagingManager(PagingManager manager) |
void |
stop() |
PagingStore newStore(SimpleString address, AddressSettings addressSettings)
void stop() throws InterruptedException
InterruptedExceptionvoid setPagingManager(PagingManager manager)
List<PagingStore> reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) throws Exception
ExceptionSequentialFileFactory newFileFactory(SimpleString address) throws Exception
ExceptionCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.