Package | Description |
---|---|
alluxio.conf | |
alluxio.conf.path | |
alluxio.underfs |
Modifier and Type | Method and Description |
---|---|
static ConfigurationValueOptions |
ConfigurationValueOptions.defaults() |
ConfigurationValueOptions |
ConfigurationValueOptions.useDisplayValue(boolean useDisplayValue) |
ConfigurationValueOptions |
ConfigurationValueOptions.useRawValue(boolean useRawValue) |
Modifier and Type | Method and Description |
---|---|
static String |
ServerConfiguration.get(PropertyKey key,
ConfigurationValueOptions options)
Gets the value for the given key in the
Properties ; if this key is not found, a
RuntimeException is thrown. |
String |
InstancedConfiguration.get(PropertyKey key,
ConfigurationValueOptions options) |
String |
AlluxioConfiguration.get(PropertyKey key,
ConfigurationValueOptions options)
Gets the value for the given key in the
Properties ; if this key is not found, a
RuntimeException is thrown. |
static String |
ServerConfiguration.getOrDefault(PropertyKey key,
String defaultValue,
ConfigurationValueOptions options) |
default String |
AlluxioConfiguration.getOrDefault(PropertyKey key,
String defaultValue,
ConfigurationValueOptions options) |
static Map<String,String> |
ServerConfiguration.toMap(ConfigurationValueOptions opts) |
Map<String,String> |
InstancedConfiguration.toMap(ConfigurationValueOptions opts) |
Map<String,String> |
AlluxioConfiguration.toMap(ConfigurationValueOptions opts) |
Modifier and Type | Method and Description |
---|---|
String |
SpecificPathConfiguration.get(PropertyKey key,
ConfigurationValueOptions options) |
Map<String,String> |
SpecificPathConfiguration.toMap(ConfigurationValueOptions opts) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
UnderFileSystemConfiguration.toUserPropertyMap(ConfigurationValueOptions options) |
Copyright © 2023. All Rights Reserved.