Class OptionHelpers

java.lang.Object
io.nosqlbench.adapter.cqld4.optionhelpers.OptionHelpers
All Implemented Interfaces:
NBCanConfigure, NBConfigModelProvider, NBConfigurable

public class OptionHelpers extends Object implements NBConfigurable
Provide a concise way to express configuration option helpers which simplify usage of the long-form options with the latest driver. Essentially, make lambda-style definition of optional parameter handling _readable_, and provide a working blueprint for how to handle config helpers.
  • Constructor Details

    • OptionHelpers

      public OptionHelpers(com.datastax.oss.driver.api.core.config.OptionsMap options)
  • Method Details