Uses of Interface
com.hazelcast.internal.metrics.DoubleProbe

Packages that use DoubleProbe
com.hazelcast.internal.metrics Contains the Hazelcast Metrics. 
com.hazelcast.internal.metrics.impl Contains the MetricsRegistry implementation. 
 

Uses of DoubleProbe in com.hazelcast.internal.metrics
 

Methods in com.hazelcast.internal.metrics with parameters of type DoubleProbe
<S> void
MetricsRegistry.register(S source, String name, DoubleProbe<S> input)
          Registers a probe If a Metric with the given name already has an input, that input will be overwritten.
 

Uses of DoubleProbe in com.hazelcast.internal.metrics.impl
 

Methods in com.hazelcast.internal.metrics.impl with parameters of type DoubleProbe
<S> void
MetricsRegistryImpl.register(S source, String name, DoubleProbe<S> input)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.