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

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

Uses of LongProbe in com.hazelcast.internal.metrics
 

Methods in com.hazelcast.internal.metrics with parameters of type LongProbe
<S> void
MetricsRegistry.register(S source, String name, LongProbe<S> input)
          Registers a probe.
 

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

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



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