Uses of Class
io.nosqlbench.engine.api.activityconfig.rawyaml.RawStmtDef
| Package | Description |
|---|---|
| io.nosqlbench.engine.api.activityconfig.rawyaml | |
| io.nosqlbench.engine.api.activityconfig.yaml |
-
Uses of RawStmtDef in io.nosqlbench.engine.api.activityconfig.rawyaml
Methods in io.nosqlbench.engine.api.activityconfig.rawyaml that return types with arguments of type RawStmtDef Modifier and Type Method Description java.util.List<RawStmtDef>StatementsOwner. getRawStmtDefs()Method parameters in io.nosqlbench.engine.api.activityconfig.rawyaml with type arguments of type RawStmtDef Modifier and Type Method Description voidStatementsOwner. setRawStmtDefs(java.util.List<RawStmtDef> rawStmtDefs) -
Uses of RawStmtDef in io.nosqlbench.engine.api.activityconfig.yaml
Constructors in io.nosqlbench.engine.api.activityconfig.yaml with parameters of type RawStmtDef Constructor Description OpDef(StmtsBlock block, RawStmtDef rawStmtDef)