Uses of Class
com.hazelcast.jet.core.metrics.JobMetrics
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's Job Metric API.
-
Uses of JobMetrics in com.hazelcast.jet
Modifier and TypeMethodDescriptionJob.getMetrics()
Returns a snapshot of the current values of all job-specific metrics. -
Uses of JobMetrics in com.hazelcast.jet.core.metrics
Modifier and TypeMethodDescriptionstatic JobMetrics
JobMetrics.empty()
Returns an emptyJobMetrics
object.Convenience method forfilter(Predicate)
, returns a newJobMetrics
instance containing only thoseMeasurement
s which have the specified tag set to the specified value.JobMetrics.filter
(Predicate<Measurement> predicate) Returns a newJobMetrics
instance containing a subset of theMeasurement
s found in the current one.static JobMetrics
JobMetrics.of
(Map<String, List<Measurement>> metrics) Builds aJobMetrics
object based on a map ofMeasurement
s.