Modifier and Type | Method and Description |
---|---|
PagingStore |
PagingManager.getPageStore(SimpleString address)
Returns the PageStore associated with the address.
|
PagingStore |
PagingStoreFactory.newStore(SimpleString address,
AddressSettings addressSettings) |
Modifier and Type | Method and Description |
---|---|
List<PagingStore> |
PagingStoreFactory.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) |
Modifier and Type | Method and Description |
---|---|
void |
PagingManager.addBlockedStore(PagingStore store) |
PageCursorProvider |
PagingStoreFactory.newCursorProvider(PagingStore store,
StorageManager storageManager,
AddressSettings addressSettings,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
PagingStore |
PageSubscription.getPagingStore() |
Modifier and Type | Field and Description |
---|---|
protected PagingStore |
PageCursorProviderImpl.pagingStore |
Constructor and Description |
---|
PageCursorProviderImpl(PagingStore pagingStore,
StorageManager storageManager,
Executor executor,
int maxCacheSize) |
Modifier and Type | Class and Description |
---|---|
class |
PagingStoreImpl |
Modifier and Type | Method and Description |
---|---|
PagingStore |
PagingManagerImpl.getPageStore(SimpleString storeName)
stores is a ConcurrentHashMap, so we don't need to synchronize this method
|
PagingStore |
PagingStoreFactoryNIO.newStore(SimpleString address,
AddressSettings settings) |
PagingStore |
PagingStoreFactoryDatabase.newStore(SimpleString address,
AddressSettings settings) |
Modifier and Type | Method and Description |
---|---|
List<PagingStore> |
PagingStoreFactoryNIO.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) |
List<PagingStore> |
PagingStoreFactoryDatabase.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) |
Modifier and Type | Method and Description |
---|---|
void |
PagingManagerImpl.addBlockedStore(PagingStore store) |
PageCursorProvider |
PagingStoreFactoryNIO.newCursorProvider(PagingStore store,
StorageManager storageManager,
AddressSettings addressSettings,
Executor executor) |
PageCursorProvider |
PagingStoreFactoryDatabase.newCursorProvider(PagingStore store,
StorageManager storageManager,
AddressSettings addressSettings,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
boolean |
StorageManager.addToPage(PagingStore store,
ServerMessage msg,
Transaction tx,
RouteContextList listCtx)
Write message to page if we are paging.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractJournalStorageManager.addToPage(PagingStore store,
ServerMessage msg,
Transaction tx,
RouteContextList listCtx) |
Modifier and Type | Method and Description |
---|---|
boolean |
NullStorageManager.addToPage(PagingStore store,
ServerMessage msg,
Transaction tx,
RouteContextList listCtx) |
Constructor and Description |
---|
BindingsImpl(SimpleString name,
GroupingHandler groupingHandler,
PagingStore pageStore) |
Modifier and Type | Method and Description |
---|---|
PagingStore |
ServerMessage.getPagingStore() |
Modifier and Type | Method and Description |
---|---|
void |
ServerMessage.setPagingStore(PagingStore store) |
Modifier and Type | Method and Description |
---|---|
PagingStore |
ServerMessageImpl.getPagingStore() |
Modifier and Type | Method and Description |
---|---|
void |
ServerMessageImpl.setPagingStore(PagingStore pagingStore) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.