Class CycleResultArray
java.lang.Object
io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleResultArray
- All Implemented Interfaces:
CycleResultsSegment,CanSortCycles,Comparable<CycleResultsSegment>,Iterable<CycleResult>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleResultsSegment
CycleResultsSegment.EmptySegment -
Field Summary
Fields inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleResultsSegment
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionCycleResultArray(CycleResult[] cycleResults) CycleResultArray(CycleResultsSegment segment) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleResultsSegment
compareTo, filterMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CycleResultArray
-
CycleResultArray
-
-
Method Details
-
getCount
public long getCount()- Specified by:
getCountin interfaceCycleResultsSegment
-
getMinCycle
public long getMinCycle()- Specified by:
getMinCyclein interfaceCycleResultsSegment
-
iterator
- Specified by:
iteratorin interfaceIterable<CycleResult>
-
sort
public void sort()- Specified by:
sortin interfaceCanSortCycles
-