Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.store |
Modifier and Type | Method and Description |
---|---|
static PageStore |
PageStore.create(PageStoreOptions options,
boolean init)
Creates a
PageStore . |
Modifier and Type | Class and Description |
---|---|
class |
LocalPageStore
The
LocalPageStore is an implementation of PageStore which
stores all pages in a directory somewhere on the local disk. |
class |
RocksPageStore
A page store implementation which utilizes rocksDB to persist the data.
|
Copyright © 2023. All Rights Reserved.