Package io.nosqlbench.engine.api.activityimpl.uniform.flowtypes
package io.nosqlbench.engine.api.activityimpl.uniform.flowtypes
-
InterfacesClassDescriptionChainingOp<I,
O> Run a function on the current cached result and replace it with the result of the function.CycleOp<T>A CycleRunnable is simply a variation of a Runnable type.This is the root type of any operation which is used in a NoSQLBench DriverAdapter.If an Op implements OpGenerator, then it will be asked for chained operations that are secondary unless or untilOpGenerator.getNextOp()} returns null.Provide the result size for an operation.If an op implements VariableCapture, then it is known to be able to extract variables from its result.