Uses of Class
io.nosqlbench.engine.api.activityconfig.yaml.OpTemplate
Packages that use OpTemplate
Package
Description
-
Uses of OpTemplate in io.nosqlbench.engine.api.activityconfig
Constructors in io.nosqlbench.engine.api.activityconfig with parameters of type OpTemplateModifierConstructorDescriptionParsedStmtOp(OpTemplate optpl) Construct a new ParsedStatement from the provided stmtDef and anchor token. -
Uses of OpTemplate in io.nosqlbench.engine.api.activityconfig.yaml
Subclasses of OpTemplate in io.nosqlbench.engine.api.activityconfig.yamlMethods in io.nosqlbench.engine.api.activityconfig.yaml that return types with arguments of type OpTemplate -
Uses of OpTemplate in io.nosqlbench.engine.api.activityimpl.uniform.decorators
Methods in io.nosqlbench.engine.api.activityimpl.uniform.decorators that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionSyntheticOpTemplateProvider.getSyntheticOpTemplates(StmtsDocList stmtsDocList, Map<String, Object> params) If a driver adapter supports creating example op templates from bindings, it must implement this method to do so. -
Uses of OpTemplate in io.nosqlbench.engine.api.templating
Methods in io.nosqlbench.engine.api.templating that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionOpTemplateSupplier.loadOpTemplates(io.nosqlbench.nb.api.config.standard.NBConfiguration cfg) Constructors in io.nosqlbench.engine.api.templating with parameters of type OpTemplateModifierConstructorDescriptionCommandTemplate(OpTemplate optpl) Deprecated, for removal: This API element is subject to removal in a future version.Create a CommandTemplate directly from an OpTemplate.CommandTemplate(OpTemplate optpl, List<Function<String, Map<String, String>>> parsers) Deprecated, for removal: This API element is subject to removal in a future version.Create a CommandTemplate directly from an OpTemplate, as inCommandTemplate(OpTemplate), with added support for parsing the oneline form with the provided parsers.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, List<Function<Map<String, Object>, Map<String, Object>>> preprocessors) Create a parsed command from an Op template.