Uses of Class
io.nosqlbench.engine.cli.Cmd
-
Uses of Cmd in io.nosqlbench.engine.cli
Methods in io.nosqlbench.engine.cli that return Cmd Modifier and Type Method Description static CmdCmd. parseArg(java.util.LinkedList<java.lang.String> arglist, PathCanonicalizer fixer)Methods in io.nosqlbench.engine.cli that return types with arguments of type Cmd Modifier and Type Method Description java.util.List<Cmd>BasicScriptBuffer. getCommands()java.util.List<Cmd>NBCLIOptions. getCommands()java.util.List<Cmd>ScriptBuffer. getCommands()Methods in io.nosqlbench.engine.cli with parameters of type Cmd Modifier and Type Method Description ScriptBufferBasicScriptBuffer. add(Cmd cmd)ScriptBufferBasicScriptBuffer. add(Cmd... cmds)ScriptBufferScriptBuffer. add(Cmd... cmd)Add parsed commands to the script bufferstatic java.lang.StringBasicScriptBuffer. loadScript(Cmd cmd)