| Package | Description | 
|---|---|
| com.hazelcast.cache | 
 
     This package contains the public API extension for Hazelcast JCache,
     the Hazelcast implementation of the JSR-107 commonly referred to as JCache. 
 | 
| com.hazelcast.cache.impl | 
 
     Hazelcast JSR-107 aka JCache implementation 
 | 
| com.hazelcast.client.cache.impl | 
 
     Hazelcast JSR-107 aka JCache implementation client side 
 | 
| com.hazelcast.monitor.impl | 
 Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CacheStatistics | 
ICache.getLocalCacheStatistics()
Directly access local Cache Statistics. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheStatisticsImpl
CacheStatistics implementation for ICache. | 
| Modifier and Type | Method and Description | 
|---|---|
CacheStatistics | 
ICacheService.getStatistics(String name)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientCacheStatisticsImpl
CacheStatistics implementation for client side ICache. | 
| Constructor and Description | 
|---|
LocalCacheStatsImpl(CacheStatistics cacheStatistics)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.