Uses of Class
io.nosqlbench.api.config.standard.NBConfiguration
Packages that use NBConfiguration
-
Uses of NBConfiguration in io.nosqlbench.api.config.standard
Methods in io.nosqlbench.api.config.standard that return NBConfigurationModifier and TypeMethodDescriptionstatic NBConfigurationConfigModel.defacto(ActivityDef def) static NBConfigurationNBConfiguration.empty()ConfigModel.extractConfig(NBConfiguration cfg) ConfigModel.extractConfig(Map<String, ?> sharedConfig) NBConfigModel.extractConfig(NBConfiguration cfg) Extract the fields from the shared config into a separate config, removing those that are defined in this model and leaving extraneous config fields in the provided model.NBConfigModel.extractConfig(Map<String, ?> sharedConfig) Extract the fields from the shared config into a separate config, removing those that are defined in this model and leaving extraneous config fields in the provided model.ConfigModel.matchConfig(NBConfiguration cfg) ConfigModel.matchConfig(Map<String, ?> sharedConfig) NBConfigModel.matchConfig(NBConfiguration cfg) NBConfigModel.matchConfig(Map<String, ?> sharedConfig) Methods in io.nosqlbench.api.config.standard with parameters of type NBConfigurationModifier and TypeMethodDescriptionvoidNBCanConfigure.applyConfig(NBConfiguration cfg) voidNBConfigurable.applyConfig(NBConfiguration cfg) Implementors should take care to ensure that this can be called after initial construction without unexpected interactions between construction parameters and configuration parameters.static voidNBConfigurable.applyMatching(NBConfiguration cfg, Object... configurables) Convenience method to apply a configuration to any object which is expected to be be configurable.static voidNBReconfigurable.applyMatching(NBConfiguration cfg, Collection<?> configurables) Convenience method to apply a configuration to any object which is expected to be be configurable.voidNBCanReconfigure.applyReconfig(NBConfiguration cfg) voidNBReconfigurable.applyReconfig(NBConfiguration recfg) This applies a configuration to an element AFTER the initial configuration fromNBConfigurable.ConfigModel.extractConfig(NBConfiguration cfg) NBConfigModel.extractConfig(NBConfiguration cfg) Extract the fields from the shared config into a separate config, removing those that are defined in this model and leaving extraneous config fields in the provided model.ConfigModel.matchConfig(NBConfiguration cfg) NBConfigModel.matchConfig(NBConfiguration cfg) -
Uses of NBConfiguration in io.nosqlbench.api.engine.util
Methods in io.nosqlbench.api.engine.util with parameters of type NBConfigurationModifier and TypeMethodDescriptionSSLKsFactory.createSocketFactory(NBConfiguration cfg) SSLKsFactory.createSSLServerSocketFactory(NBConfiguration cfg) SSLKsFactory.getContext(NBConfiguration cfg)