| Package | Description | 
|---|---|
| com.hazelcast.jet.core.metrics | 
 Jet's Job Metric API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Unit | 
Metric.unit()
Return the measurement unit for the associated metric. 
 | 
static Unit | 
Unit.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Unit[] | 
Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Metric | 
Metrics.metric(String name,
      Unit unit)
Same as  
Metrics.metric(String), but allows us to also specify the
 measurement Unit of the metric. | 
static Metric | 
Metrics.threadSafeMetric(String name,
                Unit unit)
Same as  
Metrics.threadSafeMetric(String), but allows us to also
 specify the measurement Unit of the metric. | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.