Uses of Class
org.apache.bookkeeper.common.conf.Type
-
Packages that use Type Package Description org.apache.bookkeeper.common.conf Configuration related utilities. -
-
Uses of Type in org.apache.bookkeeper.common.conf
Methods in org.apache.bookkeeper.common.conf that return Type Modifier and Type Method 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.Methods in org.apache.bookkeeper.common.conf with parameters of type Type Modifier and Type Method Description ConfigKey.ConfigKeyBuilder
ConfigKey.ConfigKeyBuilder. type(Type type)
Type of the configuration setting.ConfigKey
ConfigKey. type(Type type)
Type of the configuration setting.Constructors in org.apache.bookkeeper.common.conf with parameters of type Type Constructor 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)
-