Class Heap.Flushed<V>

  • Enclosing class:
    Heap<V>

    public static class Heap.Flushed<V>
    extends Object
    Represents a value that was flushed from the heap. It contains an index that must be used to distinguish samples at the same timestamp.
    • Field Detail

      • value

        public final V value
      • eventTimestamp

        public final org.joda.time.Instant eventTimestamp
      • index

        public final int index
    • Constructor Detail

      • Flushed

        public Flushed​(V value,
                       org.joda.time.Instant eventTimestamp,
                       int index)