Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.store |
Modifier and Type | Method and Description |
---|---|
static PageStore |
PageStore.create(PageStoreOptions options)
Creates a new
PageStore . |
static void |
PageStore.initialize(PageStoreOptions options)
Initializes a page store at the configured location.
|
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 |
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) |
PageStoreOptions |
PageStoreOptions.setAlluxioVersion(String alluxioVersion) |
PageStoreOptions |
PageStoreOptions.setCacheSize(long cacheSize) |
PageStoreOptions |
PageStoreOptions.setOverheadRatio(double overheadRatio) |
PageStoreOptions |
PageStoreOptions.setPageSize(long pageSize) |
PageStoreOptions |
PageStoreOptions.setRootDir(String rootDir) |
PageStoreOptions |
PageStoreOptions.setTimeoutDuration(long timeout) |
PageStoreOptions |
PageStoreOptions.setTimeoutThreads(int threads) |
Copyright © 2023. All Rights Reserved.