Package | Description |
---|---|
org.hornetq.core.paging | |
org.hornetq.core.paging.cursor | |
org.hornetq.core.paging.cursor.impl | |
org.hornetq.core.paging.impl |
Modifier and Type | Method and Description |
---|---|
Page |
PagingStore.createPage(int page) |
Page |
PagingStore.depage()
Remove the first page from the Writing Queue.
|
Page |
PagingStore.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
void |
PageSubscription.onDeletePage(Page deletedPage) |
void |
PageSubscriptionCounter.pendingCounter(Page page,
int increment) |
Modifier and Type | Method and Description |
---|---|
protected void |
PageCursorProviderImpl.onDeletePage(Page deletedPage) |
void |
PageSubscriptionCounterImpl.pendingCounter(Page page,
int increment)
This is used only on non transactional paging
|
protected void |
PageCursorProviderImpl.storeBookmark(ArrayList<PageSubscription> cursorList,
Page currentPage) |
Constructor and Description |
---|
LivePageCacheImpl(Page page) |
Modifier and Type | Method and Description |
---|---|
Page |
PagingStoreImpl.createPage(int pageNumber) |
Page |
PagingStoreImpl.depage()
Returns a Page out of the Page System without reading it.
|
Page |
PagingStoreImpl.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
int |
Page.compareTo(Page otherPage) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.