Interface JobStatusMetric
- All Known Implementing Classes:
JobStatusMetricImpl
public interface JobStatusMetric
Metric for a single job status.
-
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()Returns the number of jobs in this status.Returns the timestamp of the last update for this status.
-
Method Details
-
getCount
long getCount()Returns the number of jobs in this status.- Returns:
- the count of jobs
-
getLastUpdatedAt
OffsetDateTime getLastUpdatedAt()Returns the timestamp of the last update for this status.- Returns:
- the last updated timestamp, or null if no updates
-