-
Interface Summary
| Interface |
Description |
| ChainingOp<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.
|
| Op |
This is the root type of any operation which is used in a NoSQLBench
DriverAdapter.
|
| OpGenerator |
If an Op implements OpGenerator, then it will be asked for chained
operations that are secondary unless or until OpGenerator.getNextOp()}
returns null.
|
| RunnableOp |
|
| VariableCapture |
If an op implements VariableCapture, then it is known to be able to
extract variables from its result.
|