Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.store |
Modifier and Type | Method and Description |
---|---|
PageInfo |
DefaultMetaStore.getPageInfo(PageId pageId) |
PageInfo |
MetaStore.getPageInfo(PageId pageId) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<PageInfo> |
PageStore.getPages()
Gets a stream of all pages from the page store.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMetaStore.addPage(PageId pageId,
PageInfo pageInfo) |
void |
MetaStore.addPage(PageId pageId,
PageInfo pageInfo)
Adds a new page to the cache.
|
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<PageInfo> |
LocalPageStore.getPages() |
java.util.stream.Stream<PageInfo> |
RocksPageStore.getPages() |
Copyright © 2023. All Rights Reserved.