| Package | Description |
|---|---|
| org.apache.bookkeeper.common.conf |
Configuration related utilities.
|
| Modifier and Type | Field and Description |
|---|---|
static ConfigKeyGroup |
ConfigKeyGroup.DEFAULT
The default key group.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<ConfigKeyGroup> |
ConfigKeyGroup.ORDERING
Ordering the key groups in a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigKeyGroup |
ConfigKeyGroup.ConfigKeyGroupBuilder.build() |
ConfigKeyGroup |
ConfigKeyGroup.children(java.util.List<java.lang.String> children)
The list of sub key-groups of this key group.
|
ConfigKeyGroup |
ConfigKeyGroup.description(java.lang.String description)
Description of the key group.
|
ConfigKeyGroup |
ConfigKey.group()
The key-group to group settings together.
|
ConfigKeyGroup |
ConfigKeyGroup.name(java.lang.String name)
Name of the key group.
|
ConfigKeyGroup |
ConfigKeyGroup.order(int order)
The order of the key-group in a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ConfigKeyGroup> |
ConfigDef.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
ConfigKey |
ConfigKey.group(ConfigKeyGroup group)
The key-group to group settings together.
|
ConfigKey.ConfigKeyBuilder |
ConfigKey.ConfigKeyBuilder.group(ConfigKeyGroup group)
The key-group to group settings together.
|
ConfigDef.Builder |
ConfigDef.Builder.withConfigKeyGroup(ConfigKeyGroup group)
Add the config key group to the builder.
|
| Constructor and Description |
|---|
ConfigKey(boolean required,
java.lang.String name,
Type type,
java.lang.String description,
java.lang.String documentation,
java.lang.Object defaultValue,
java.util.List<java.lang.String> optionValues,
Validator validator,
ConfigKeyGroup group,
int orderInGroup,
java.util.List<java.lang.String> dependents,
boolean deprecated,
java.lang.String deprecatedByConfigKey,
java.lang.String deprecatedSince,
java.lang.String since) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.