Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.store |
Modifier and Type | Class and Description |
---|---|
class |
TimeBoundPageStore
A wrapper class on PageStore with timeout.
|
Modifier and Type | Method and Description |
---|---|
static PageStore |
PageStore.create(PageStoreOptions options)
Creates a new
PageStore . |
static PageStore |
PageStore.open(PageStoreOptions options)
Opens an existing
PageStore . |
Constructor and Description |
---|
TimeBoundPageStore(PageStore pageStore,
PageStoreOptions options) |
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.