Uses of Class
org.apache.bookkeeper.common.conf.ConfigKeyGroup
Packages that use ConfigKeyGroup
-
Uses of ConfigKeyGroup in org.apache.bookkeeper.common.conf
Fields in org.apache.bookkeeper.common.conf declared as ConfigKeyGroupModifier and TypeFieldDescriptionstatic final ConfigKeyGroupConfigKeyGroup.DEFAULTThe default key group.Fields in org.apache.bookkeeper.common.conf with type parameters of type ConfigKeyGroupModifier and TypeFieldDescriptionstatic final Comparator<ConfigKeyGroup>ConfigKeyGroup.ORDERINGOrdering the key groups in a configuration.Methods in org.apache.bookkeeper.common.conf that return ConfigKeyGroupModifier and TypeMethodDescriptionConfigKeyGroup.ConfigKeyGroupBuilder.build()The list of sub key-groups of this key group.ConfigKeyGroup.description(String description) Description of the key group.ConfigKey.group()The key-group to group settings together.Name of the key group.ConfigKeyGroup.order(int order) The order of the key-group in a configuration.Methods in org.apache.bookkeeper.common.conf that return types with arguments of type ConfigKeyGroupMethods in org.apache.bookkeeper.common.conf with parameters of type ConfigKeyGroupModifier and TypeMethodDescriptionConfigKey.ConfigKeyBuilder.group(ConfigKeyGroup group) The key-group to group settings together.ConfigKey.group(ConfigKeyGroup group) The key-group to group settings together.ConfigDef.Builder.withConfigKeyGroup(ConfigKeyGroup group) Add the config key group to the builder.Constructors in org.apache.bookkeeper.common.conf with parameters of type ConfigKeyGroupModifierConstructorDescription(package private)ConfigKey(boolean required, String name, Type type, String description, String documentation, Object defaultValue, List<String> optionValues, Validator validator, ConfigKeyGroup group, int orderInGroup, List<String> dependents, boolean deprecated, String deprecatedByConfigKey, String deprecatedSince, String since) Creates a newConfigKeyinstance.