Uses of Class
com.hazelcast.cache.impl.CacheStatisticsImpl

Packages that use CacheStatisticsImpl
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
 

Uses of CacheStatisticsImpl in com.hazelcast.cache.impl
 

Fields in com.hazelcast.cache.impl declared as CacheStatisticsImpl
protected  CacheStatisticsImpl AbstractCacheRecordStore.statistics
           
 

Fields in com.hazelcast.cache.impl with type parameters of type CacheStatisticsImpl
protected  ConstructorFunction<String,CacheStatisticsImpl> AbstractCacheService.cacheStatisticsConstructorFunction
           
protected  ConcurrentMap<String,CacheStatisticsImpl> AbstractCacheService.statistics
           
 

Methods in com.hazelcast.cache.impl that return CacheStatisticsImpl
 CacheStatisticsImpl CacheStatisticsImpl.accumulate(CacheStatisticsImpl other)
          Simple CacheStatistics adder.
 CacheStatisticsImpl AbstractCacheService.createCacheStatIfAbsent(String name)
           
 CacheStatisticsImpl ICacheService.createCacheStatIfAbsent(String name)
           
 CacheStatisticsImpl ICacheRecordStore.getCacheStats()
          Gets the Cache statistics associated with this CacheService.
 CacheStatisticsImpl AbstractCacheRecordStore.getCacheStats()
           
 CacheStatisticsImpl AbstractCacheService.getStatistics(String name)
           
 CacheStatisticsImpl ICacheService.getStatistics(String name)
           
 

Methods in com.hazelcast.cache.impl with parameters of type CacheStatisticsImpl
 CacheStatisticsImpl CacheStatisticsImpl.accumulate(CacheStatisticsImpl other)
          Simple CacheStatistics adder.
 

Constructors in com.hazelcast.cache.impl with parameters of type CacheStatisticsImpl
CacheStatisticsMXBeanImpl(CacheStatisticsImpl statistics)
           
 



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