| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<S> void | 
MetricsRegistryImpl.register(S source,
        String name,
        ProbeLevel level,
        LongProbeFunction<S> function)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.