Uses of Class
io.nosqlbench.adapters.api.activityconfig.yaml.OpTemplate
Packages that use OpTemplate
Package
Description
-
Uses of OpTemplate in io.nosqlbench.adapter.diag
Methods in io.nosqlbench.adapter.diag that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionDiagDriverAdapter.getSyntheticOpTemplates(OpsDocList opsDocList, Map<String, Object> params) -
Uses of OpTemplate in io.nosqlbench.adapter.stdout
Methods in io.nosqlbench.adapter.stdout that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionStdoutDriverAdapter.getSyntheticOpTemplates(OpsDocList opsDocList, Map<String, Object> cfg) -
Uses of OpTemplate in io.nosqlbench.adapter.tcpclient
Methods in io.nosqlbench.adapter.tcpclient that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionTcpClientDriverAdapter.getSyntheticOpTemplates(OpsDocList opsDocList, Map<String, Object> cfg) -
Uses of OpTemplate in io.nosqlbench.adapter.tcpserver
Methods in io.nosqlbench.adapter.tcpserver that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionTcpServerDriverAdapter.getSyntheticOpTemplates(OpsDocList opsDocList, Map<String, Object> cfg) -
Uses of OpTemplate in io.nosqlbench.adapters.api.activityconfig.yaml
Subclasses of OpTemplate in io.nosqlbench.adapters.api.activityconfig.yamlClasses in io.nosqlbench.adapters.api.activityconfig.yaml that implement interfaces with type arguments of type OpTemplateMethods in io.nosqlbench.adapters.api.activityconfig.yaml that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionOpsBlock.getOps()OpsDocList.getOps(boolean logit) OpsDoc.getOpTemplates()@NotNull Iterator<OpTemplate> OpsBlock.iterator()Method parameters in io.nosqlbench.adapters.api.activityconfig.yaml with type arguments of type OpTemplate -
Uses of OpTemplate in io.nosqlbench.adapters.api.activityimpl.uniform.decorators
Methods in io.nosqlbench.adapters.api.activityimpl.uniform.decorators that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionSyntheticOpTemplateProvider.getSyntheticOpTemplates(OpsDocList opsDocList, 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.adapters.api.templating
Constructors in io.nosqlbench.adapters.api.templating with parameters of type OpTemplateModifierConstructorDescriptionParsedOp(OpTemplate opTemplate, NBConfiguration activityCfg, List<Function<Map<String, Object>, Map<String, Object>>> preprocessors, NBComponent parent) Create a parsed command from an Op template. -
Uses of OpTemplate in io.nosqlbench.engine.api.activityimpl
Methods in io.nosqlbench.engine.api.activityimpl that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionprotected List<OpTemplate> SimpleActivity.loadOpTemplates(DriverAdapter<?, ?> defaultDriverAdapter) Method parameters in io.nosqlbench.engine.api.activityimpl with type arguments of type OpTemplateModifier and TypeMethodDescriptionprotected <O> OpSequence<OpDispenser<? extends O>> SimpleActivity.createOpSequence(Function<OpTemplate, OpDispenser<? extends O>> opinit, boolean strict, DriverAdapter<?, ?> defaultAdapter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OpTemplate in io.nosqlbench.engine.api.activityimpl.uniform
Methods in io.nosqlbench.engine.api.activityimpl.uniform that return types with arguments of type OpTemplateModifier and TypeMethodDescriptionStandardActivity.getSyntheticOpTemplates(OpsDocList opsDocList, Map<String, Object> cfg)