Package | Description |
---|---|
com.hazelcast.internal.metrics |
Contains the Hazelcast Metrics.
|
com.hazelcast.internal.metrics.impl |
Contains the
MetricsRegistry implementation. |
Modifier and Type | Method and Description |
---|---|
<S> void |
MetricsRegistry.register(S source,
String name,
ProbeLevel level,
LongProbeFunction<S> probe)
Registers a 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 |
MetricsRegistryImpl.register(S source,
String name,
ProbeLevel level,
LongProbeFunction<S> function) |
<S> void |
ProbeBuilderImpl.register(S source,
String metricName,
ProbeLevel level,
ProbeUnit unit,
LongProbeFunction<S> probe) |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.