Uses of Package
com.hazelcast.jet.core.metrics
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's Job Metric API.
-
ClassDescriptionAn immutable collection of job-specific metrics, pairs of metric names and sets of associated
Measurement
s. -
ClassDescriptionAn immutable collection of job-specific metrics, pairs of metric names and sets of associated
Measurement
s.Immutable data class containing information about one metric measurement, consisting of: metric value metric timestamp, generated when the metric was gathered metric descriptor (set of tag name-value pairs)Handler for manipulating one user-defined metric.Measurement unit of user-defined metrics (seeMetric
).