Uses of Class
io.nosqlbench.nb.api.config.standard.NBConfiguration
| Package | Description |
|---|---|
| io.nosqlbench.engine.api.util | |
| io.nosqlbench.nb.api.config.standard |
-
Uses of NBConfiguration in io.nosqlbench.engine.api.util
Methods in io.nosqlbench.engine.api.util with parameters of type NBConfiguration Modifier and Type Method Description javax.net.SocketFactorySSLKsFactory. createSocketFactory(NBConfiguration cfg)javax.net.ServerSocketFactorySSLKsFactory. createSSLServerSocketFactory(NBConfiguration cfg)javax.net.ssl.SSLContextSSLKsFactory. getContext(NBConfiguration cfg) -
Uses of NBConfiguration in io.nosqlbench.nb.api.config.standard
Methods in io.nosqlbench.nb.api.config.standard that return NBConfiguration Modifier and Type Method Description NBConfigurationConfigModel. apply(java.util.Map<java.lang.String,?> config)NBConfigurationNBConfigModel. apply(java.util.Map<java.lang.String,?> config)static NBConfigurationConfigModel. defacto(ActivityDef def)NBConfigurationConfigModel. extractConfig(NBConfiguration cfg)NBConfigurationConfigModel. extractConfig(java.util.Map<java.lang.String,?> sharedConfig)NBConfigurationNBConfigModel. 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.NBConfigurationNBConfigModel. extractConfig(java.util.Map<java.lang.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.Methods in io.nosqlbench.nb.api.config.standard with parameters of type NBConfiguration Modifier and Type Method Description voidNBCanConfigure. 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.NBConfigurationConfigModel. extractConfig(NBConfiguration cfg)NBConfigurationNBConfigModel. 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.