Package | Description |
---|---|
alluxio.conf | |
alluxio.conf.path | |
alluxio.util | |
alluxio.wire |
Modifier and Type | Field and Description |
---|---|
static Source |
Source.CLUSTER_DEFAULT |
static Source |
Source.DEFAULT |
static Source |
Source.MOUNT_OPTION |
static Source |
Source.PATH_DEFAULT |
static Source |
Source.RUNTIME |
static Source |
Source.SYSTEM_PROPERTY |
static Source |
Source.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Source |
ServerConfiguration.getSource(PropertyKey key) |
Source |
InstancedConfiguration.getSource(PropertyKey key) |
Source |
AlluxioProperties.getSource(PropertyKey key) |
Source |
AlluxioConfiguration.getSource(PropertyKey key) |
static Source |
Source.siteProperty(String filename)
Creates a site property source with the specified filename.
|
Modifier and Type | Method and Description |
---|---|
int |
Source.compareTo(Source other) |
static void |
ServerConfiguration.merge(Map<?,?> properties,
Source source)
Merges the current configuration properties with new properties.
|
void |
InstancedConfiguration.merge(Map<?,?> properties,
Source source)
Merges map of properties into the current alluxio properties.
|
void |
AlluxioProperties.merge(Map<?,?> properties,
Source source)
Merges the current configuration properties with new properties.
|
void |
AlluxioProperties.put(PropertyKey key,
String value,
Source source)
Puts the key value pair specified by users.
|
static void |
ServerConfiguration.set(PropertyKey key,
Object value,
Source source)
Sets the value for the appropriate key in the
Properties by source. |
void |
InstancedConfiguration.set(PropertyKey key,
Object value,
Source source)
Sets the value for the appropriate key in the
Properties by source. |
void |
AlluxioProperties.setSource(PropertyKey key,
Source source)
Sets the source for a given key.
|
Modifier and Type | Method and Description |
---|---|
Source |
SpecificPathConfiguration.getSource(PropertyKey key) |
Modifier and Type | Method and Description |
---|---|
static AlluxioConfiguration |
ConfigurationUtils.merge(AlluxioConfiguration conf,
Map<?,?> properties,
Source source)
Merges the current configuration properties with new properties.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.Builder.addClusterProperty(String name,
String value,
Source source)
Adds a cluster level property.
|
Constructor and Description |
---|
Property(String name,
String value,
Source source)
Creates a new property.
|
Copyright © 2023. All Rights Reserved.