Interface CycleMutable
- All Superinterfaces:
CycleReadable
- All Known Implementing Classes:
EventedOpImpl,OpImpl
public interface CycleMutable extends CycleReadable
-
Method Summary
Modifier and Type Method Description voidsetCycle(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
-