Package | Description |
---|---|
alluxio.conf | |
alluxio.conf.path | |
alluxio.util |
Modifier and Type | Field and Description |
---|---|
protected AlluxioProperties |
InstancedConfiguration.mProperties
Source of the truth of all property values (default or customized).
|
Modifier and Type | Method and Description |
---|---|
AlluxioProperties |
AlluxioProperties.copy()
Makes a copy of the backing properties and returns them in a new object.
|
static AlluxioProperties |
ServerConfiguration.copyProperties()
Create and return a copy of all properties.
|
AlluxioProperties |
InstancedConfiguration.copyProperties() |
AlluxioProperties |
AlluxioConfiguration.copyProperties()
Gets a copy of the
AlluxioProperties which back the AlluxioConfiguration . |
Constructor and Description |
---|
AlluxioProperties(AlluxioProperties alluxioProperties) |
InstancedConfiguration(AlluxioProperties properties)
Creates a new instance of
InstancedConfiguration . |
InstancedConfiguration(AlluxioProperties properties,
boolean clusterDefaultsLoaded)
Creates a new instance of
InstancedConfiguration . |
Modifier and Type | Method and Description |
---|---|
AlluxioProperties |
SpecificPathConfiguration.copyProperties() |
Modifier and Type | Method and Description |
---|---|
static AlluxioProperties |
ConfigurationUtils.defaults()
Returns an instance of
AlluxioConfiguration with the defaults and values from
alluxio-site properties. |
Copyright © 2023. All Rights Reserved.