Package io.nosqlbench.engine.cmdstream


package io.nosqlbench.engine.cmdstream
  • Class
    Description
     
    Encapsulate Command parsing and structure for the NoSQLBench command line.
    An argument to a command is based on a defined parameter.
    A CmdParam is used to define the valid names of arguments and their types.
    Command verbs define the names and possible parameters for valid commands.
     
     
    Add cmd