Uses of Class
io.nosqlbench.engine.cmdstream.Cmd
Packages that use Cmd
Package
Description
-
Uses of Cmd in io.nosqlbench.engine.cli
Methods in io.nosqlbench.engine.cli that return types with arguments of type CmdMethods in io.nosqlbench.engine.cli with parameters of type CmdModifier and TypeMethodDescriptionNBJavaNativeResolver.resolve(Cmd cmd, NBBufferedContainer parent, String stepname) boolean -
Uses of Cmd in io.nosqlbench.engine.cmdstream
Methods in io.nosqlbench.engine.cmdstream that return CmdMethods in io.nosqlbench.engine.cmdstream that return types with arguments of type CmdMethods in io.nosqlbench.engine.cmdstream with parameters of type CmdModifier and TypeMethodDescriptionAdd parsed commands to the script bufferstatic StringBasicScriptBuffer.loadScript(Cmd cmd) Method parameters in io.nosqlbench.engine.cmdstream with type arguments of type Cmd -
Uses of Cmd in io.nosqlbench.engine.core.lifecycle.scenario.script
Methods in io.nosqlbench.engine.core.lifecycle.scenario.script with parameters of type Cmd -
Uses of Cmd in io.nosqlbench.engine.core.lifecycle.session
Classes in io.nosqlbench.engine.core.lifecycle.session that implement interfaces with type arguments of type CmdModifier and TypeClassDescriptionclassA session represents a single execution of NoSQLBench, whether episodic or persistent under some service layer.Methods in io.nosqlbench.engine.core.lifecycle.session that return types with arguments of type CmdModifier and TypeMethodDescriptionstatic LinkedList<Cmd> CmdParser.parseArgvCommands(LinkedList<String> args) Methods in io.nosqlbench.engine.core.lifecycle.session with parameters of type CmdModifier and TypeMethodDescriptionvoidNBCommandAssembly.assembleCommand(Cmd cmd, Function<String, NBBufferedContainer> ctxProvider) static NBCommandParamsNBAutoScriptResolver.resolve(Cmd cmd, NBBufferedContainer parent, String stepname) static NBInvokableCommandNBCommandAssembly.resolve(Cmd cmd, Function<String, NBBufferedContainer> ctxProvider) NBCoreInvokableResolver.resolve(Cmd cmd, NBBufferedContainer parent, String stepname) NBInvokableResolver.resolve(Cmd cmd, NBBufferedContainer parent, String stepname) NBScriptCommandResolver.resolve(Cmd cmd, NBBufferedContainer parent, String stepname) booleanbooleanbooleanbooleanMethod parameters in io.nosqlbench.engine.core.lifecycle.session with type arguments of type CmdModifier and TypeMethodDescriptionConstructors in io.nosqlbench.engine.core.lifecycle.session with parameters of type CmdConstructor parameters in io.nosqlbench.engine.core.lifecycle.session with type arguments of type Cmd