Uses of Interface
com.hazelcast.monitor.LocalReplicatedMapStats

Packages that use LocalReplicatedMapStats
com.hazelcast.monitor.impl Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
com.hazelcast.replicatedmap.impl This package contains the implementation of the replicated map service itself and some connection interfaces only used internally - No public API! 
 

Uses of LocalReplicatedMapStats in com.hazelcast.monitor.impl
 

Classes in com.hazelcast.monitor.impl that implement LocalReplicatedMapStats
 class LocalReplicatedMapStatsImpl
          This class collects statistics about the replication map usage for management center and is able to transform those between wire format and instance view
 

Uses of LocalReplicatedMapStats in com.hazelcast.replicatedmap.impl
 

Methods in com.hazelcast.replicatedmap.impl that return LocalReplicatedMapStats
 LocalReplicatedMapStats ReplicatedMapProxy.getReplicatedMapStats()
           
 



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