Package io.nosqlbench.engine.api.templating


package io.nosqlbench.engine.api.templating
  • Class
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    This type simply captures (by extension) any optional decorator interfaces which may be implemented by a DriverAdapter.
    EnumSetter<F extends Enum<F>,T>
    Provide a way to configure a target object of type T, given an enumeration which describes the distinct property types which could be configured.
    An Op Template Supplier can provide its own source of op templates instead of relying on the built-in mechanism.
    ParsedOp API