Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.store |
Modifier and Type | Method and Description |
---|---|
static Path |
PageStore.getStorePath(PageStoreType storeType,
String rootDir)
Gets store path given root directory and store type.
|
Modifier and Type | Method and Description |
---|---|
PageStoreType |
LocalPageStoreOptions.getType() |
PageStoreType |
RocksPageStoreOptions.getType() |
abstract PageStoreType |
PageStoreOptions.getType() |
static PageStoreType |
PageStoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageStoreType[] |
PageStoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All Rights Reserved.