| Package | Description |
|---|---|
| org.apache.bookkeeper.common.conf |
Configuration related utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
ConfigKey.type()
Type of the configuration setting.
|
static Type |
Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigKey |
ConfigKey.type(Type type)
Type of the configuration setting.
|
ConfigKey.ConfigKeyBuilder |
ConfigKey.ConfigKeyBuilder.type(Type type)
Type of the configuration setting.
|
| 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.