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
    long getCount()  
    long getMinCycle()  
    java.util.Iterator<CycleResult> iterator()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleResultsSegment

    compareTo, filter

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator