Class HeartbeatTimeStampEntry

java.lang.Object
com.linkedin.davinci.stats.ingestion.heartbeat.HeartbeatTimeStampEntry

public class HeartbeatTimeStampEntry extends Object
  • Field Details

    • readyToServe

      public final boolean readyToServe
      Whether this heartbeat entry is for a partition which is ready to serve
    • consumedFromUpstream

      public final boolean consumedFromUpstream
      Whether this heartbeat entry was consumed from input or if the system initialized it as a default entry
    • timestamp

      public final long timestamp
      The timestamp associated with this entry
  • Constructor Details

    • HeartbeatTimeStampEntry

      public HeartbeatTimeStampEntry(long timestamp, boolean readyToServe, boolean consumedFromUpstream)