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 . |
static void |
PageStore.initialize(PageStoreOptions options)
Initializes a page store at the configured location.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalPageStoreOptions
Options used to instantiate the
LocalPageStore . |
class |
RocksPageStoreOptions
Options used to instantiate
RocksPageStore . |
Modifier and Type | Method and Description |
---|---|
static PageStoreOptions |
PageStoreOptions.create(AlluxioConfiguration conf) |
Copyright © 2023. All Rights Reserved.