Uses of Class
com.hazelcast.jet.core.metrics.Measurement
-
Uses of Measurement in com.hazelcast.jet.core.metrics
Modifier and TypeMethodDescriptionstatic Measurement
Builds aMeasurement
instance based on timestamp, value and the metric descriptor in map form.Modifier and TypeMethodDescriptionstatic Predicate<Measurement>
MeasurementPredicates.containsTag
(String tag) Matches aMeasurement
which contain the specified tag.Returns allMeasurement
s associated with a given metric name.static Predicate<Measurement>
MeasurementPredicates.tagValueEquals
(String tag, String value) Matches aMeasurement
which contains the specified tag and the tag has the specified value.static Predicate<Measurement>
MeasurementPredicates.tagValueMatches
(String tag, String valueRegexp) Matches aMeasurement
which has this exact tag with a value matching the provided regular expression.Modifier and TypeMethodDescriptionJobMetrics.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.