| 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,
long persistentSize) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PageCursorProviderImpl.onDeletePage(Page deletedPage) |
void |
PageSubscriptionCounterImpl.pendingCounter(Page page,
int increment,
long size)
This is used only on non transactional paging
|
protected void |
PageCursorProviderImpl.storeBookmark(ArrayList<PageSubscription> cursorList,
Page currentPage) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PageCursorProviderImpl.finishCleanup(ArrayList<Page> depagedPages) |
| 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 © 2019 JBoss by Red Hat. All rights reserved.