Class CmdParam<T>

java.lang.Object
io.nosqlbench.engine.cmdstream.CmdParam<T>
Type Parameters:
T - The base type of the argument when paired with this CmdParam

public class CmdParam<T> extends Object
A CmdParam is used to define the valid names of arguments and their types. These can be strictly type checked, or in some cases freeform where strings are are used contextually.