Uses of Class
io.nosqlbench.nb.api.config.standard.Param
Packages that use Param
-
Uses of Param in io.nosqlbench.nb.api.config.standard
Fields in io.nosqlbench.nb.api.config.standard declared as ParamMethods in io.nosqlbench.nb.api.config.standard that return ParamModifier and TypeMethodDescriptionstatic <V> Param<V> Parameters which are given a default value are automatically marked as required, as the default value allows them to be accessed as such.static <V> Param<V> Parameters which are given a default value are automatically marked as required, as the default value allows them to be accessed as such.static <V> Param<V> Parameters which are given a default value are automatically marked as required, as the default value allows them to be accessed as such.Param.expand(NBConfigModelExpander expander) Param<?> <V> Param<V> Declare an optional String parameter with the given name.static <V> Param<V> Declare an optional parameter for the given name which must be assignable to (returnable as) the specified type.static <V> Param<V> Declare an optional parameter for the given name which must be assignable to (returnable as) the specified type.Declare an optional String parameter specified by any of the names.static <V> Param<V> Declare an optional parameter specified by any of the names which must be assignable to (returnable as) the specified type.static <V> Param<V> Declare an optional parameter specified by any of the names which must be assignable to (returnable as) the specified type.static <V> Param<V> static <V> Param<V> Param.setDescription(String description) Param<?> Param.setRequired(boolean required) Methods in io.nosqlbench.nb.api.config.standard that return types with arguments of type ParamModifier and TypeMethodDescriptionConfigModel.getNamedParams()NBConfigModel.getNamedParams()ConfigModel.getParams()NBConfigModel.getParams()Methods in io.nosqlbench.nb.api.config.standard with parameters of type ParamModifier and TypeMethodDescription<T> ConfigModelstatic <T> Param.CheckResult<T> static ConfigModelstatic <T> Param.CheckResult<T> static <T> Param.CheckResult<T>