Uses of Class
io.nosqlbench.engine.api.activityconfig.rawyaml.RawStmtsBlock
| Package | Description |
|---|---|
| io.nosqlbench.engine.api.activityconfig.rawyaml | |
| io.nosqlbench.engine.api.activityconfig.yaml |
-
Uses of RawStmtsBlock in io.nosqlbench.engine.api.activityconfig.rawyaml
Methods in io.nosqlbench.engine.api.activityconfig.rawyaml that return types with arguments of type RawStmtsBlock Modifier and Type Method Description java.util.List<RawStmtsBlock>RawStmtsDoc. getBlocks()Return the list of statement blocks in this RawStmtsDoc.Method parameters in io.nosqlbench.engine.api.activityconfig.rawyaml with type arguments of type RawStmtsBlock Modifier and Type Method Description voidRawStmtsDoc. setBlocks(java.util.List<RawStmtsBlock> blocks) -
Uses of RawStmtsBlock in io.nosqlbench.engine.api.activityconfig.yaml
Constructors in io.nosqlbench.engine.api.activityconfig.yaml with parameters of type RawStmtsBlock Constructor Description StmtsBlock(RawStmtsBlock rawStmtsBlock, StmtsDoc rawStmtsDoc, int blockIdx)