-
Method parameters in io.nosqlbench.engine.api.activityimpl with type arguments of type CommandTemplate
| Modifier and Type |
Method |
Description |
protected <O extends io.nosqlbench.engine.api.activityimpl.uniform.flowtypes.Op> OpSequence<io.nosqlbench.engine.api.activityimpl.OpDispenser<O>> |
SimpleActivity.createOpSequenceFromCommands(java.util.function.Function<CommandTemplate,io.nosqlbench.engine.api.activityimpl.OpDispenser<O>> opinit) |
Given a function that can create an op of type from a CommandTemplate, generate
an indexed sequence of ready to call operations.
|