| 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.cache.impl.nearcache | 
     Near cache support. | 
| com.hazelcast.cache.impl.nearcache.impl | 
     Near cache implementations. | 
| com.hazelcast.cache.impl.nearcache.impl.store | 
     Near cache store implementations. | 
| com.hazelcast.client.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation client side | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheStats | CacheStatistics. getNearCacheStatistics()Gets the near-cache statistics. | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheStats | CacheStatisticsImpl. getNearCacheStatistics() | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheStats | NearCacheRecordStore. getNearCacheStats()Get the  NearCacheStatsinstance to monitor this record store. | 
| NearCacheStats | NearCache. getNearCacheStats()Get the  NearCacheStatsinstance to monitor this store. | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheStats | DefaultNearCache. getNearCacheStats() | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheStats | AbstractNearCacheRecordStore. getNearCacheStats() | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheStats | ClientCacheStatisticsImpl. getNearCacheStatistics() | 
| Constructor and Description | 
|---|
| ClientCacheStatisticsImpl(long creationTime,
                         NearCacheStats nearCacheStats) | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheStats | LocalMapStats. getNearCacheStats()Returns statistics related to the Near Cache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NearCacheStatsImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheStats | LocalMapStatsImpl. getNearCacheStats() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LocalMapStatsImpl. setNearCacheStats(NearCacheStats nearCacheStats) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.