Class OldCoreTracker
- java.lang.Object
-
- io.engineblock.activityimpl.marker.OldCoreTracker
-
- All Implemented Interfaces:
CycleResultSegmentsReadable,java.lang.Iterable<CycleResultsSegment>
public class OldCoreTracker extends java.lang.Object implements CycleResultSegmentsReadable
-
-
Constructor Summary
Constructors Constructor Description OldCoreTracker()
-
Method Summary
Modifier and Type Method Description java.util.Iterator<CycleResultsSegment>iterator()voidonExtent(ByteTrackerExtent extent)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.engineblock.activityapi.cyclelog.buffers.CycleResultSegmentsReadable
getCycleResultIterable
-
-
-
-
Method Detail
-
onExtent
public void onExtent(ByteTrackerExtent extent)
-
iterator
public java.util.Iterator<CycleResultsSegment> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<CycleResultsSegment>
-
-