Package | Description |
---|---|
alluxio | |
alluxio.conf.path | |
alluxio.util |
Modifier and Type | Method and Description |
---|---|
PathConfiguration |
ClientContext.getPathConf() |
Modifier and Type | Class and Description |
---|---|
class |
PrefixPathConfiguration
Configurations for path prefixes.
|
Modifier and Type | Method and Description |
---|---|
static PathConfiguration |
PathConfiguration.create(Map<String,AlluxioConfiguration> pathConf)
Factory method to create an implementation of
PathConfiguration . |
Constructor and Description |
---|
SpecificPathConfiguration(AlluxioConfiguration clusterConf,
PathConfiguration pathConf,
AlluxioURI path)
Constructs a new instance with the specified references without copying the underlying
properties.
|
Modifier and Type | Method and Description |
---|---|
static PathConfiguration |
ConfigurationUtils.getPathConf(GetConfigurationPResponse response,
AlluxioConfiguration clusterConf)
Loads the path level configuration from the get configuration response.
|
Copyright © 2023. All Rights Reserved.