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