java.lang.Object
io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results_rle.CycleSpanResults
All Implemented Interfaces:
CycleResultsSegment, ResultReadable, java.lang.Comparable<CycleResultsSegment>, java.lang.Iterable<CycleResult>

public class CycleSpanResults
extends java.lang.Object
implements CycleResultsSegment, ResultReadable
  • 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
    CycleSpanResults​(long min, long nextMin, int result)  
  • Method Summary

    Modifier and Type Method Description
    CycleResultsSegment filter​(java.util.function.Predicate<ResultReadable> filter)  
    long getCount()  
    long getMinCycle()  
    int getResult()
    Get a result associated with some operation, according to the activity-specific result map
    java.util.Iterator<CycleResult> iterator()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

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

    compareTo

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator