Class CycleSegmentBuffer
java.lang.Object
io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleSegmentBuffer
public class CycleSegmentBuffer
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CycleSegmentBuffer(int size) -
Method Summary
Modifier and Type Method Description voidappend(long cycleNumber)intremaining()CycleSegmenttoReadable()java.lang.StringtoString()
-
Constructor Details
-
CycleSegmentBuffer
public CycleSegmentBuffer(int size)
-
-
Method Details
-
append
public void append(long cycleNumber) -
toReadable
-
remaining
public int remaining() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-