Class ExampleOpType1
java.lang.Object
io.nosqlbench.adapter.prototype.ops.ExampleOpType1
- All Implemented Interfaces:
CycleOp<ExampleStringResult>,LongFunction<ExampleStringResult>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExampleOpType1
public ExampleOpType1(long cycle)
-
-
Method Details
-
apply
Description copied from interface:CycleOpRun an action for the given cycle.
- Specified by:
applyin interfaceCycleOp<ExampleStringResult>- Specified by:
applyin interfaceLongFunction<ExampleStringResult>- Parameters:
value- The cycle value for which an operation is run
-