Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.store |
Modifier and Type | Method and Description |
---|---|
void |
PageStore.delete(PageId pageId,
long pageSize)
Deletes a page from the store.
|
default ReadableByteChannel |
PageStore.get(PageId pageId)
Wraps a page from the store as a channel to read.
|
ReadableByteChannel |
PageStore.get(PageId pageId,
int pageOffset)
Gets part of a page from the store to the destination channel.
|
PageInfo |
DefaultMetaStore.getPageInfo(PageId pageId) |
PageInfo |
MetaStore.getPageInfo(PageId pageId) |
void |
DefaultMetaStore.removePage(PageId pageId) |
void |
MetaStore.removePage(PageId pageId)
Removes a page.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalPageStore.delete(PageId pageId,
long pageSize) |
void |
RocksPageStore.delete(PageId pageId,
long pageSize) |
ReadableByteChannel |
LocalPageStore.get(PageId pageId,
int pageOffset) |
ReadableByteChannel |
RocksPageStore.get(PageId pageId,
int pageOffset) |
Copyright © 2023. All Rights Reserved.