Uses of Class
io.nosqlbench.engine.cli.EBCLIOptions.CmdType
-
-
Uses of EBCLIOptions.CmdType in io.nosqlbench.engine.cli
Methods in io.nosqlbench.engine.cli that return EBCLIOptions.CmdType Modifier and Type Method Description EBCLIOptions.CmdTypeEBCLIOptions.Cmd. getCmdType()static EBCLIOptions.CmdTypeEBCLIOptions.CmdType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EBCLIOptions.CmdType[]EBCLIOptions.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 EBCLIOptions.CmdType Modifier and Type Method Description voidEBCLIOptions.Cmd. setCmdType(EBCLIOptions.CmdType cmdType)Constructors in io.nosqlbench.engine.cli with parameters of type EBCLIOptions.CmdType Constructor Description Cmd(EBCLIOptions.CmdType cmdType, java.lang.String cmdSpec)Cmd(EBCLIOptions.CmdType cmdType, java.lang.String cmdSpec, java.util.Map<java.lang.String,java.lang.String> cmdArgs)
-