Class CycleResultsSegment.EmptySegment
java.lang.Object
io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleResultsSegment.EmptySegment
- All Implemented Interfaces:
CycleResultsSegment,java.lang.Comparable<CycleResultsSegment>,java.lang.Iterable<CycleResult>
- Enclosing interface:
- CycleResultsSegment
public static class CycleResultsSegment.EmptySegment extends java.lang.Object implements CycleResultsSegment
-
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
Constructors Constructor Description EmptySegment() -
Method Summary
Modifier and Type Method Description longgetCount()longgetMinCycle()java.util.Iterator<CycleResult>iterator()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, filter
-
Constructor Details
-
EmptySegment
public EmptySegment()
-
-
Method Details
-
getCount
public long getCount()- Specified by:
getCountin interfaceCycleResultsSegment
-
getMinCycle
public long getMinCycle()- Specified by:
getMinCyclein interfaceCycleResultsSegment
-
iterator
- Specified by:
iteratorin interfacejava.lang.Iterable<CycleResult>
-