Uses of Class
com.hazelcast.jet.core.metrics.JobMetrics
Packages that use 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.jetMethods in com.hazelcast.jet that return JobMetricsModifier and TypeMethodDescriptionJob.getMetrics()Returns a snapshot of the current values of all job-specific metrics.
- 
Uses of JobMetrics in com.hazelcast.jet.core.metricsMethods in com.hazelcast.jet.core.metrics that return JobMetricsModifier and TypeMethodDescriptionstatic JobMetricsJobMetrics.empty()Returns an emptyJobMetricsobject.Convenience method forfilter(Predicate), returns a newJobMetricsinstance containing only thoseMeasurements which have the specified tag set to the specified value.JobMetrics.filter(Predicate<Measurement> predicate) Returns a newJobMetricsinstance containing a subset of theMeasurements found in the current one.static JobMetricsJobMetrics.of(Map<String, List<Measurement>> metrics) Builds aJobMetricsobject based on a map ofMeasurements.