Class HeartbeatTimeStampEntry
java.lang.Object
com.linkedin.davinci.stats.ingestion.heartbeat.HeartbeatTimeStampEntry
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
Whether this heartbeat entry was consumed from input or if the system initialized it as a default entryfinal boolean
Whether this heartbeat entry is for a partition which is ready to servefinal long
The timestamp associated with this entry -
Constructor Summary
ConstructorDescriptionHeartbeatTimeStampEntry
(long timestamp, boolean readyToServe, boolean consumedFromUpstream) -
Method Summary
-
Field Details
-
readyToServe
public final boolean readyToServeWhether this heartbeat entry is for a partition which is ready to serve -
consumedFromUpstream
public final boolean consumedFromUpstreamWhether this heartbeat entry was consumed from input or if the system initialized it as a default entry -
timestamp
public final long timestampThe timestamp associated with this entry
-
-
Constructor Details
-
HeartbeatTimeStampEntry
public HeartbeatTimeStampEntry(long timestamp, boolean readyToServe, boolean consumedFromUpstream)
-