Uses of Class
io.nosqlbench.engine.cli.NBCLIOptions.CmdType
-
Uses of NBCLIOptions.CmdType in io.nosqlbench.engine.cli
Methods in io.nosqlbench.engine.cli that return NBCLIOptions.CmdType Modifier and Type Method Description NBCLIOptions.CmdTypeNBCLIOptions.Cmd. getCmdType()static NBCLIOptions.CmdTypeNBCLIOptions.CmdType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NBCLIOptions.CmdType[]NBCLIOptions.CmdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.nosqlbench.engine.cli with parameters of type NBCLIOptions.CmdType Modifier and Type Method Description voidNBCLIOptions.Cmd. setCmdType(NBCLIOptions.CmdType cmdType)Constructors in io.nosqlbench.engine.cli with parameters of type NBCLIOptions.CmdType Constructor Description Cmd(NBCLIOptions.CmdType cmdType, java.lang.String cmdSpec)Cmd(NBCLIOptions.CmdType cmdType, java.lang.String cmdSpec, java.util.Map<java.lang.String,java.lang.String> cmdArgs)