Modifier and Type | Method and Description |
---|---|
PagingStore |
PagingManager.getPageStore(SimpleString address)
To return 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 |
PageCursorProvider.getAssociatedStore() |
PagingStore |
PageSubscription.getPagingStore() |
Modifier and Type | Method and Description |
---|---|
PagingStore |
PageCursorProviderImpl.getAssociatedStore() |
PagingStore |
PageSubscriptionImpl.getPagingStore() |
Constructor and Description |
---|
PageCursorProviderImpl(PagingStore pagingStore,
StorageManager storageManager,
Executor executor,
int maxCacheSize) |
PageSubscriptionImpl(PageCursorProvider cursorProvider,
PagingStore pageStore,
StorageManager store,
Executor executor,
Filter filter,
long cursorId,
boolean persistent) |
Modifier and Type | Interface and Description |
---|---|
interface |
TestSupportPageStore
All the methods required to TestCases on PageStoreImpl
|
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
|
protected PagingStore |
PagingManagerImpl.newStore(SimpleString address) |
PagingStore |
PagingStoreFactoryNIO.newStore(SimpleString address,
AddressSettings settings) |
Modifier and Type | Method and Description |
---|---|
List<PagingStore> |
PagingStoreFactoryNIO.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) |
Constructor and Description |
---|
PageSyncTimer(PagingStore store,
ScheduledExecutorService scheduledExecutor,
long timeSync) |
Modifier and Type | Method and Description |
---|---|
PagingStore |
Bindings.getPagingStore() |
Modifier and Type | Method and Description |
---|---|
PagingStore |
BindingsImpl.getPagingStore() |
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 © 2012 JBoss by Red Hat. All Rights Reserved.