Class ConfigDef.Builder
java.lang.Object
org.apache.bookkeeper.common.conf.ConfigDef.Builder
- Enclosing class:
- ConfigDef
Builder to build a configuration definition.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withConfigKey(ConfigKey key) Add the config key to the builder.withConfigKeyGroup(ConfigKeyGroup group) Add the config key group to the builder.
-
Method Details
-
withConfigKeyGroup
Add the config key group to the builder.- Parameters:
group- config key group- Returns:
- builder to build this configuration def
-
withConfigKey
Add the config key to the builder.- Parameters:
key- the key to add to the builder.- Returns:
- builder to build this configuration def
-
build
-