| Package | Description |
|---|---|
| org.apache.bookkeeper.common.conf |
Configuration related utilities.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<ConfigKey> |
ConfigKey.ORDERING |
| Modifier and Type | Method and Description |
|---|---|
ConfigKey |
ConfigKey.ConfigKeyBuilder.build() |
ConfigKey |
ConfigKey.defaultValue(java.lang.Object defaultValue)
Default value as a string representation.
|
ConfigKey |
ConfigKey.dependents(java.util.List<java.lang.String> dependents)
The list of settings dependents on this setting.
|
ConfigKey |
ConfigKey.deprecated(boolean deprecated)
Whether this setting is deprecated or not.
|
ConfigKey |
ConfigKey.deprecatedByConfigKey(java.lang.String deprecatedByConfigKey)
The config key that deprecates this key.
|
ConfigKey |
ConfigKey.deprecatedSince(java.lang.String deprecatedSince)
The version when this settings was deprecated.
|
ConfigKey |
ConfigKey.description(java.lang.String description)
Description of the configuration setting.
|
ConfigKey |
ConfigKey.documentation(java.lang.String documentation)
Documentation of the configuration setting.
|
ConfigKey |
ConfigKey.group(ConfigKeyGroup group)
The key-group to group settings together.
|
ConfigKey |
ConfigKey.name(java.lang.String name)
Name of the configuration setting.
|
ConfigKey |
ConfigKey.optionValues(java.util.List<java.lang.String> optionValues)
The list of options for this setting.
|
ConfigKey |
ConfigKey.orderInGroup(int orderInGroup)
The order of the setting in the key-group.
|
ConfigKey |
ConfigKey.required(boolean required)
Flag indicates whether the setting is required.
|
ConfigKey |
ConfigKey.since(java.lang.String since)
The version when this setting was introduced.
|
ConfigKey |
ConfigKey.type(Type type)
Type of the configuration setting.
|
ConfigKey |
ConfigKey.validator(Validator validator)
The validator used for validating configuration value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ConfigKey> |
ConfigDef.getKeys() |
java.util.Map<java.lang.String,java.util.Set<ConfigKey>> |
ConfigDef.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
ConfigDef.Builder |
ConfigDef.Builder.withConfigKey(ConfigKey key)
Add the config key to the builder.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.