Modifier and Type | Method and Description |
---|---|
boolean |
PagingStore.page(ServerMessage message,
Transaction tx,
RouteContextList listCtx,
ReentrantReadWriteLock.ReadLock readLock)
Write message to page if we are paging.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PagingStoreImpl.page(ServerMessage message,
Transaction tx,
RouteContextList listCtx,
ReentrantReadWriteLock.ReadLock managerLock) |
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) |
Modifier and Type | Method and Description |
---|---|
RouteContextList |
RoutingContext.getContextListing(SimpleString address) |
Modifier and Type | Method and Description |
---|---|
Map<SimpleString,RouteContextList> |
RoutingContext.getContexListing() |
Modifier and Type | Method and Description |
---|---|
RouteContextList |
RoutingContextImpl.getContextListing(SimpleString address) |
Modifier and Type | Method and Description |
---|---|
Map<SimpleString,RouteContextList> |
RoutingContextImpl.getContexListing() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.