Uses of Interface
io.nosqlbench.api.config.standard.NBConfigModel
Packages that use NBConfigModel
-
Uses of NBConfigModel in io.nosqlbench.api.config.standard
Classes in io.nosqlbench.api.config.standard that implement NBConfigModelMethods in io.nosqlbench.api.config.standard that return NBConfigModelModifier and TypeMethodDescriptionNBConfigModel.add(NBConfigModel otherModel) ConfigModel.asReadOnly()Add a param that, when present in a runtime configuration, will cause the config model to be expanded dynamically.static NBConfigModelNBConfigurable.collectModels(Class<?> of, Object... configurables) static NBConfigModelNBConfigurable.collectModels(Class<?> of, Collection<?> configurables) static NBConfigModelNBReconfigurable.collectModels(Class<?> of, Collection<?> configurables) Create a composite configuration model from all the provided elements of the collection which implementNBReconfigurableNBConfigModelProvider.getConfigModel()NBConfigurable.getConfigModel()Implement this method by returning an instance ofConfigModel.NBReconfigModelProvider.getReconfigModel()NBReconfigurable.getReconfigModel()Implement this method by returning an instance ofConfigModel.Methods in io.nosqlbench.api.config.standard with parameters of type NBConfigModelModifier and TypeMethodDescriptionConfigModel.add(NBConfigModel otherModel) NBConfigModel.add(NBConfigModel otherModel) Constructors in io.nosqlbench.api.config.standard with parameters of type NBConfigModelModifierConstructorDescriptionprotectedNBConfiguration(NBConfigModel model, LinkedHashMap<String, Object> validConfig) Create a NBConfigReader from a known valid configuration and a config model. -
Uses of NBConfigModel in io.nosqlbench.api.engine.util
Methods in io.nosqlbench.api.engine.util that return NBConfigModel