Uses of Interface
com.hazelcast.monitor.LocalCacheStats

Packages that use LocalCacheStats
com.hazelcast.monitor Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc. 
com.hazelcast.monitor.impl Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 

Uses of LocalCacheStats in com.hazelcast.monitor
 

Methods in com.hazelcast.monitor that return LocalCacheStats
 LocalCacheStats MemberState.getLocalCacheStats(String cacheName)
           
 

Uses of LocalCacheStats in com.hazelcast.monitor.impl
 

Classes in com.hazelcast.monitor.impl that implement LocalCacheStats
 class LocalCacheStatsImpl
          Default implementation of LocalCacheStats This class just provides serialization/deserialization methods to be used in MemberState implementation while sending/receiving statistics to/from Management center.
 

Methods in com.hazelcast.monitor.impl that return LocalCacheStats
 LocalCacheStats MemberStateImpl.getLocalCacheStats(String cacheName)
           
 

Methods in com.hazelcast.monitor.impl with parameters of type LocalCacheStats
 void MemberStateImpl.putLocalCacheStats(String name, LocalCacheStats localCacheStats)
           
 



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