| 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 |
|---|---|
PagingStore |
PageSubscription.getPagingStore() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<PagingStore> |
PagingStoreFactoryNIO.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) |
| 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 |
JournalStorageManager.addToPage(PagingStore store,
ServerMessage msg,
Transaction tx,
RouteContextList listCtx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NullStorageManager.addToPage(PagingStore s,
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 © 2013 JBoss, a division of Red Hat. All rights reserved.