Interface OpTemplateSupplier

All Superinterfaces:
DriverAdapterDecorators

public interface OpTemplateSupplier
extends DriverAdapterDecorators
An Op Template Supplier can provide its own source of op templates instead of relying on the built-in mechanism. By default, the built-in mechanism will read op definitions from parameters first, then any ops (statements) from yaml files provided in the workload= or yaml= activity parameters.
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<java.util.List<OpTemplate>> loadOpTemplates​(io.nosqlbench.nb.api.config.standard.NBConfiguration cfg)  
  • Method Details

    • loadOpTemplates

      java.util.Optional<java.util.List<OpTemplate>> loadOpTemplates​(io.nosqlbench.nb.api.config.standard.NBConfiguration cfg)