Class NBCommandInfo

java.lang.Object
io.nosqlbench.engine.core.lifecycle.scenario.execution.NBCommandInfo
All Implemented Interfaces:
NBHelpTopic
Direct Known Subclasses:
INFO_await, INFO_error, INFO_example, INFO_forceStop, INFO_getenv, INFO_ok, INFO_optimize, INFO_reset, INFO_run, INFO_start, INFO_stop, INFO_wait, NBFindmaxInfo, NBOptimoInfo

public abstract class NBCommandInfo extends Object implements NBHelpTopic
Implement this stub service to identify NBInvokableCommands which can be loaded in the runtime. Each concrete implementation of NBCommandInfo needs to be annotated with

 @Service(value = NBCommandInfo.class, selector = "<cmdname>")