Interface | Description |
---|---|
AlluxioConfiguration |
Alluxio configuration.
|
Class | Description |
---|---|
AlluxioProperties |
Provides the source of truth of property values and a unified abstraction to put and get
properties, hiding the difference of accessing user-specified properties, the default properties
(known at construction time) and the extension properties (known at runtime).
|
ConfigurationValueOptions |
Options for getting configuration values.
|
DeprecatedKeyChecker |
This annotation checker should be used to determine whether a
PropertyKey or
PropertyKey.Template has a given annotation. |
Hash |
A hex encoded MD5 hash of the cluster or path configurations.
|
InstancedConfiguration |
Alluxio configuration.
|
PropertyKey |
Configuration property keys.
|
PropertyKey.Builder |
Builder to create
PropertyKey instances. |
PropertyKey.Name |
A nested class to hold named string constants for their corresponding properties.
|
RemovedKey |
This class contains old
PropertyKey s which have been removed from use
This class is used to track keys which were deprecated in previous versions and subsequently
removed in a future version. |
ServerConfiguration |
Global configuration properties of Alluxio.
|
Source |
The source of a configuration property.
|
Enum | Description |
---|---|
PropertyKey.ConsistencyCheckLevel |
The consistency check level to apply to a certain property key.
|
PropertyKey.DisplayType |
Indicates how the property value should be displayed.
|
PropertyKey.Template |
A set of templates to generate the names of parameterized properties given
different parameters.
|
Source.Type |
Source type.
|
Annotation Type | Description |
---|---|
Deprecated |
An annotation for PropertyKeys that can be used to mark a key as deprecated (slated for
removal).
|
Copyright © 2023. All Rights Reserved.