Uses of Interface
io.engineblock.activityapi.cyclelog.buffers.results.CycleResultsSegment
-
-
-
Uses of CycleResultsSegment in io.engineblock.activityapi.cyclelog.buffers.results
Classes in io.engineblock.activityapi.cyclelog.buffers.results that implement CycleResultsSegment Modifier and Type Class Description classCycleResultArrayclassCycleResultsIntervalSegmentThis is just a typed-data holder for efficient transfer of tracked data.static classCycleResultsSegment.EmptySegmentclassCycleResultsSegmentReadableImplements a cycle result segment in a basic buffer that contains the cycle and the result in long, byte format.Fields in io.engineblock.activityapi.cyclelog.buffers.results declared as CycleResultsSegment Modifier and Type Field Description static CycleResultsSegmentCycleResultsSegment. EMPTYMethods in io.engineblock.activityapi.cyclelog.buffers.results that return CycleResultsSegment Modifier and Type Method Description default CycleResultsSegmentCycleResultsSegment. filter(java.util.function.Predicate<ResultReadable> filter)CycleResultsSegmentCycleResultsSegmentReadable. filter(java.util.function.Predicate<ResultReadable> filter)static CycleResultsSegmentCycleResultsSegmentReadable. forCycleResult(long completedCycle, int result)CycleResultsSegmentCycleResultStrider. getCycleResultsSegment(int stride)CycleResultsSegmentCycleResultSegmentBuffer. toReader()Methods in io.engineblock.activityapi.cyclelog.buffers.results with parameters of type CycleResultsSegment Modifier and Type Method Description default intCycleResultsSegment. compareTo(CycleResultsSegment other)voidCycleResultSegmentBuffer.Sink. handle(CycleResultsSegment buffer)Constructors in io.engineblock.activityapi.cyclelog.buffers.results with parameters of type CycleResultsSegment Constructor Description CycleResultArray(CycleResultsSegment segment) -
Uses of CycleResultsSegment in io.engineblock.activityapi.cyclelog.buffers.results_rle
Classes in io.engineblock.activityapi.cyclelog.buffers.results_rle that implement CycleResultsSegment Modifier and Type Class Description classCycleSpanResultsMethods in io.engineblock.activityapi.cyclelog.buffers.results_rle that return CycleResultsSegment Modifier and Type Method Description CycleResultsSegmentCycleSpanResults. filter(java.util.function.Predicate<ResultReadable> filter)Methods in io.engineblock.activityapi.cyclelog.buffers.results_rle that return types with arguments of type CycleResultsSegment Modifier and Type Method Description java.util.Iterator<CycleResultsSegment>CycleResultsRLEBufferReadable. iterator()java.util.Iterator<CycleResultsSegment>CycleResultsRLEBufferReadable. iterator(java.util.function.Predicate<ResultReadable> filter) -
Uses of CycleResultsSegment in io.engineblock.activityapi.cyclelog.inputs.cyclelog
Methods in io.engineblock.activityapi.cyclelog.inputs.cyclelog that return types with arguments of type CycleResultsSegment Modifier and Type Method Description java.util.Iterator<CycleResultsSegment>CycleLogInput. iterator() -
Uses of CycleResultsSegment in io.engineblock.activityapi.cyclelog.outputs
Methods in io.engineblock.activityapi.cyclelog.outputs with parameters of type CycleResultsSegment Modifier and Type Method Description voidReorderingConcurrentResultBuffer. onCycleResultSegment(CycleResultsSegment segment) -
Uses of CycleResultsSegment in io.engineblock.activityapi.cyclelog.outputs.cyclelog
Methods in io.engineblock.activityapi.cyclelog.outputs.cyclelog with parameters of type CycleResultsSegment Modifier and Type Method Description voidCycleLogOutput. onCycleResultSegment(CycleResultsSegment segment) -
Uses of CycleResultsSegment in io.engineblock.activityapi.output
Methods in io.engineblock.activityapi.output with parameters of type CycleResultsSegment Modifier and Type Method Description default voidOutput. onCycleResultSegment(CycleResultsSegment segment) -
Uses of CycleResultsSegment in io.engineblock.activityimpl.marker
Methods in io.engineblock.activityimpl.marker that return types with arguments of type CycleResultsSegment Modifier and Type Method Description java.util.Iterator<CycleResultsSegment>ByteTrackerExtent. iterator()java.util.Iterator<CycleResultsSegment>OldCoreTracker. iterator()Methods in io.engineblock.activityimpl.marker with parameters of type CycleResultsSegment Modifier and Type Method Description voidContiguousOutputChunker. onCycleResultSegment(CycleResultsSegment segment) -
Uses of CycleResultsSegment in io.engineblock.activityimpl.motor
Classes in io.engineblock.activityimpl.motor that implement CycleResultsSegment Modifier and Type Class Description classStrideTracker<D>
-