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 TypeConfigKey. type()Type of the configuration setting.static TypeType. 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.ConfigKeyBuilderConfigKey.ConfigKeyBuilder. type(Type type)Type of the configuration setting.ConfigKeyConfigKey. 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)
-