| Package | Description | 
|---|---|
| com.hazelcast.internal.metrics | Contains the Hazelcast Metrics. | 
| com.hazelcast.internal.metrics.impl | Contains the  MetricsRegistryimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ProbeUnit | ProbeUnit. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ProbeUnit[] | ProbeUnit. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| <S> void | ProbeBuilder. register(S source,
        String metricName,
        ProbeLevel level,
        ProbeUnit unit,
        DoubleProbeFunction<S> probeFn)Registers a single probe. | 
| <S> void | ProbeBuilder. register(S source,
        String metricName,
        ProbeLevel level,
        ProbeUnit unit,
        LongProbeFunction<S> probeFn)Registers a single probe. | 
| Modifier and Type | Method and Description | 
|---|---|
| <S> void | ProbeBuilderImpl. register(S source,
        String metricName,
        ProbeLevel level,
        ProbeUnit unit,
        DoubleProbeFunction<S> probe) | 
| <S> void | ProbeBuilderImpl. register(S source,
        String metricName,
        ProbeLevel level,
        ProbeUnit unit,
        LongProbeFunction<S> probe) | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.