-
Constructors in io.nosqlbench.engine.api.templating with parameters of type OpTemplate
| Constructor |
Description |
ParsedOp(OpTemplate ot,
io.nosqlbench.nb.api.config.standard.NBConfiguration activityCfg) |
Create a parsed command from an Op template.
|
ParsedOp(OpTemplate opTemplate,
io.nosqlbench.nb.api.config.standard.NBConfiguration activityCfg,
java.util.List<java.util.function.Function<java.util.Map<java.lang.String,java.lang.Object>,java.util.Map<java.lang.String,java.lang.Object>>> preprocessors) |
Create a parsed command from an Op template.
|