Object |
InstancedConfiguration.get(PropertyKey key,
ConfigurationValueOptions options) |
static Object |
Configuration.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.
|
Object |
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.
|
default Object |
AlluxioConfiguration.getOrDefault(PropertyKey key,
Object defaultValue,
ConfigurationValueOptions options) |
static Object |
Configuration.getOrDefault(PropertyKey key,
String defaultValue,
ConfigurationValueOptions options) |
Map<String,Object> |
InstancedConfiguration.toMap(ConfigurationValueOptions opts) |
static Map<String,Object> |
Configuration.toMap(ConfigurationValueOptions opts) |
Map<String,Object> |
AlluxioConfiguration.toMap(ConfigurationValueOptions opts) |