Uses of Class
org.apache.bookkeeper.common.conf.ConfigDef.Builder
-
Packages that use ConfigDef.Builder Package Description org.apache.bookkeeper.common.conf Configuration related utilities. -
-
Uses of ConfigDef.Builder in org.apache.bookkeeper.common.conf
Methods in org.apache.bookkeeper.common.conf that return ConfigDef.Builder Modifier and Type Method Description static ConfigDef.Builder
ConfigDef. builder()
Create a builder to build a config def.ConfigDef.Builder
ConfigDef.Builder. withConfigKey(ConfigKey key)
Add the config key to the builder.ConfigDef.Builder
ConfigDef.Builder. withConfigKeyGroup(ConfigKeyGroup group)
Add the config key group to the builder.
-