Uses of Class
org.apache.bookkeeper.common.conf.ConfigKey
Packages that use ConfigKey
Package
Description
Configuration related utilities.
Configurations used by bookkeeper.
-
Uses of ConfigKey in org.apache.bookkeeper.common.conf
Fields in org.apache.bookkeeper.common.conf with type parameters of type ConfigKeyMethods in org.apache.bookkeeper.common.conf that return ConfigKeyModifier and TypeMethodDescriptionConfigKey.ConfigKeyBuilder.build()ConfigKey.defaultValue(Object defaultValue) Default value as a string representation.ConfigKey.dependents(List<String> dependents) The list of settings dependents on this setting.ConfigKey.deprecated(boolean deprecated) Whether this setting is deprecated or not.ConfigKey.deprecatedByConfigKey(String deprecatedByConfigKey) The config key that deprecates this key.ConfigKey.deprecatedSince(String deprecatedSince) The version when this settings was deprecated.ConfigKey.description(String description) Description of the configuration setting.ConfigKey.documentation(String documentation) Documentation of the configuration setting.ConfigKey.group(ConfigKeyGroup group) The key-group to group settings together.Name of the configuration setting.ConfigKey.optionValues(List<String> optionValues) The list of options for this setting.ConfigKey.orderInGroup(int orderInGroup) The order of the setting in the key-group.ConfigKey.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.Methods in org.apache.bookkeeper.common.conf that return types with arguments of type ConfigKeyMethods in org.apache.bookkeeper.common.conf with parameters of type ConfigKeyModifier and TypeMethodDescriptionConfigDef.Builder.withConfigKey(ConfigKey key) Add the config key to the builder. -
Uses of ConfigKey in org.apache.bookkeeper.conf
Fields in org.apache.bookkeeper.conf declared as ConfigKeyModifier and TypeFieldDescriptionprotected static final ConfigKeyServerConfiguration.ENTRY_LOG_SIZE_LIMIT_KEYprotected static final ConfigKeyServerConfiguration.LEDGER_STORAGE_CLASS_KEY