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,
DoubleProbeFunction<S> probe)
Registers a probe
If a probe for the given name exists, it will be overwritten.
|
Modifier and Type | Method and Description |
---|---|
<S> void |
MetricsRegistryImpl.register(S source,
String name,
ProbeLevel level,
DoubleProbeFunction<S> function) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.