Uses of Enum Class
io.nosqlbench.engine.cmdstream.CmdType
Packages that use CmdType
-
Uses of CmdType in io.nosqlbench.engine.cmdstream
Subclasses with type arguments of type CmdType in io.nosqlbench.engine.cmdstreamModifier and TypeClassDescriptionenumCommand verbs define the names and possible parameters for valid commands.Methods in io.nosqlbench.engine.cmdstream that return CmdTypeModifier and TypeMethodDescriptionCmd.getCmdType()static CmdTypeReturns the enum constant of this class with the specified name.static CmdTypeCmdType.valueOfAnyCaseOrIndirect(String cmdname) static CmdType[]CmdType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.nosqlbench.engine.cmdstream with parameters of type CmdType