Class CycleResultsIntervalSegment

  • All Implemented Interfaces:
    CycleResultsSegment, java.lang.Comparable<CycleResultsSegment>, java.lang.Iterable<CycleResult>

    public class CycleResultsIntervalSegment
    extends java.lang.Object
    implements CycleResultsSegment
    This is just a typed-data holder for efficient transfer of tracked data. It holds a base cycle value, and a byte array view of result values.
    • Field Detail

      • cycle

        public long cycle
        The base cycle value, the minimum cycle in the segment.
      • codes

        public byte[] codes
        A view of status codes in byte form.
    • Constructor Detail

      • CycleResultsIntervalSegment

        public CycleResultsIntervalSegment()