Class CycleResultsSegment.EmptySegment
java.lang.Object
io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleResultsSegment.EmptySegment
- All Implemented Interfaces:
CycleResultsSegment,Comparable<CycleResultsSegment>,Iterable<CycleResult>
- Enclosing interface:
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 -
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
-
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 interfaceIterable<CycleResult>
-