Uses of Class
org.apache.bookkeeper.common.conf.ConfigKey.ConfigKeyBuilder
Packages that use ConfigKey.ConfigKeyBuilder
-
Uses of ConfigKey.ConfigKeyBuilder in org.apache.bookkeeper.common.conf
Methods in org.apache.bookkeeper.common.conf that return ConfigKey.ConfigKeyBuilderModifier and TypeMethodDescriptionstatic ConfigKey.ConfigKeyBuilderBuild a config key of name.ConfigKey.ConfigKeyBuilder.defaultValue(Object defaultValue) Default value as a string representation.ConfigKey.ConfigKeyBuilder.dependents(List<String> dependents) The list of settings dependents on this setting.ConfigKey.ConfigKeyBuilder.deprecated(boolean deprecated) Whether this setting is deprecated or not.ConfigKey.ConfigKeyBuilder.deprecatedByConfigKey(String deprecatedByConfigKey) The config key that deprecates this key.ConfigKey.ConfigKeyBuilder.deprecatedSince(String deprecatedSince) The version when this settings was deprecated.ConfigKey.ConfigKeyBuilder.description(String description) Description of the configuration setting.ConfigKey.ConfigKeyBuilder.documentation(String documentation) Documentation of the configuration setting.ConfigKey.ConfigKeyBuilder.group(ConfigKeyGroup group) The key-group to group settings together.static ConfigKey.ConfigKeyBuilderConfigKey.internalBuilder()Name of the configuration setting.ConfigKey.ConfigKeyBuilder.optionValues(List<String> optionValues) The list of options for this setting.ConfigKey.ConfigKeyBuilder.orderInGroup(int orderInGroup) The order of the setting in the key-group.ConfigKey.ConfigKeyBuilder.required(boolean required) Flag indicates whether the setting is required.The version when this setting was introduced.Type of the configuration setting.The validator used for validating configuration value.