| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.paging.cursor | |
| org.apache.activemq.artemis.core.paging.cursor.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LivePageCache |
| Modifier and Type | Method and Description |
|---|---|
PageCache |
PageCursorProvider.getPageCache(long pageNr) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageCursorProvider.addPageCache(PageCache cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
LivePageCacheImpl
This is the same as PageCache, however this is for the page that's being currently written.
|
| Modifier and Type | Method and Description |
|---|---|
PageCache |
PageCursorProviderImpl.getPageCache(long pageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageCursorProviderImpl.addPageCache(PageCache cache) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.