Uses of Class
com.hazelcast.monitor.impl.NearCacheStatsImpl

Packages that use NearCacheStatsImpl
com.hazelcast.cache.impl.nearcache.impl.store Near cache store implementations. 
com.hazelcast.client.nearcache Contains classes/interfaces related to com.hazelcast.client.nearcache 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.monitor.impl Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 

Uses of NearCacheStatsImpl in com.hazelcast.cache.impl.nearcache.impl.store
 

Fields in com.hazelcast.cache.impl.nearcache.impl.store declared as NearCacheStatsImpl
protected  NearCacheStatsImpl AbstractNearCacheRecordStore.nearCacheStats
           
 

Constructors in com.hazelcast.cache.impl.nearcache.impl.store with parameters of type NearCacheStatsImpl
AbstractNearCacheRecordStore(NearCacheConfig nearCacheConfig, NearCacheContext nearCacheContext, NearCacheStatsImpl nearCacheStats)
           
 

Uses of NearCacheStatsImpl in com.hazelcast.client.nearcache
 

Methods in com.hazelcast.client.nearcache that return NearCacheStatsImpl
 NearCacheStatsImpl ClientHeapNearCache.getNearCacheStats()
           
 

Uses of NearCacheStatsImpl in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl that return NearCacheStatsImpl
 NearCacheStatsImpl NearCache.getNearCacheStats()
           
 

Uses of NearCacheStatsImpl in com.hazelcast.monitor.impl
 

Methods in com.hazelcast.monitor.impl that return NearCacheStatsImpl
 NearCacheStatsImpl LocalReplicatedMapStatsImpl.getNearCacheStats()
           
 NearCacheStatsImpl LocalMapStatsImpl.getNearCacheStats()
           
 

Methods in com.hazelcast.monitor.impl with parameters of type NearCacheStatsImpl
 void LocalMapStatsImpl.setNearCacheStats(NearCacheStatsImpl nearCacheStats)
           
 



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