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 |
setPostOffice(PostOffice office) |
void |
setStorageManager(StorageManager storageManager) |
void |
stop() |
PagingStore newStore(SimpleString address, AddressSettings addressSettings)
void stop()
throws InterruptedException
InterruptedExceptionvoid setPagingManager(PagingManager manager)
void setStorageManager(StorageManager storageManager)
void setPostOffice(PostOffice office)
List<PagingStore> reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) throws Exception
ExceptionSequentialFileFactory newFileFactory(SimpleString address) throws Exception
ExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.