| 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,
ArtemisExecutor 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,
ArtemisExecutor 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,
ArtemisExecutor executor) |
PageCursorProvider |
PagingStoreFactoryDatabase.newCursorProvider(PagingStore store,
StorageManager storageManager,
AddressSettings addressSettings,
ArtemisExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StorageManager.addToPage(PagingStore store,
Message msg,
Transaction tx,
RouteContextList listCtx)
Write message to page if we are paging.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractJournalStorageManager.addToPage(PagingStore store,
Message msg,
Transaction tx,
RouteContextList listCtx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NullStorageManager.addToPage(PagingStore store,
Message msg,
Transaction tx,
RouteContextList listCtx) |
| Constructor and Description |
|---|
BindingsImpl(SimpleString name,
GroupingHandler groupingHandler,
PagingStore pageStore) |
| Modifier and Type | Method and Description |
|---|---|
PagingStore |
ServerMessage.getPagingStore()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerMessage.setPagingStore(PagingStore store)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PagingStore |
ServerMessageImpl.getPagingStore()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerMessageImpl.setPagingStore(PagingStore store)
Deprecated.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.