Interface CycleMutable
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCycle(long cycle) set the cycle number associated with this element.Methods inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleReadable
getCycle
-
Method Details
-
setCycle
void setCycle(long cycle) set the cycle number associated with this element.- Parameters:
cycle- The cycle for this operation
-