Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
Modifier and Type | Field and Description |
---|---|
protected CacheStatisticsImpl |
AbstractCacheRecordStore.statistics |
Modifier and Type | Field and Description |
---|---|
protected ConstructorFunction<String,CacheStatisticsImpl> |
AbstractCacheService.cacheStatisticsConstructorFunction |
protected ConcurrentMap<String,CacheStatisticsImpl> |
AbstractCacheService.statistics |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
CacheStatisticsImpl |
CacheStatisticsImpl.accumulate(CacheStatisticsImpl other)
Simple CacheStatistics adder.
|
Constructor and Description |
---|
CacheStatisticsMXBeanImpl(CacheStatisticsImpl statistics) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.