Class HeartbeatTimeStampEntry
- java.lang.Object
-
- com.linkedin.davinci.stats.ingestion.heartbeat.HeartbeatTimeStampEntry
-
public class HeartbeatTimeStampEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
consumedFromUpstream
Whether this heartbeat entry was consumed from input or if the system initialized it as a default entryboolean
readyToServe
Whether this heartbeat entry is for a partition which is ready to servelong
timestamp
The timestamp associated with this entry
-
Constructor Summary
Constructors Constructor Description HeartbeatTimeStampEntry(long timestamp, boolean readyToServe, boolean consumedFromUpstream)
-
-
-
Field Detail
-
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
-
-