Uses of Class
io.nosqlbench.engine.cli.NBCLIOptions.Mode
-
Uses of NBCLIOptions.Mode in io.nosqlbench.engine.cli
Methods in io.nosqlbench.engine.cli that return NBCLIOptions.Mode Modifier and Type Method Description static NBCLIOptions.ModeNBCLIOptions.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NBCLIOptions.Mode[]NBCLIOptions.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.nosqlbench.engine.cli with parameters of type NBCLIOptions.Mode Constructor Description NBCLIOptions(java.lang.String[] args, NBCLIOptions.Mode mode)