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
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
converter
-
freeform
public final boolean freeform
-
-
Constructor Details
-
CmdParam
-
-
Method Details
-
of
-
of
-
ofFreeform
-
assign
-
getName
-