| 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.internal.nearcache | Near Cache support. | 
| com.hazelcast.internal.nearcache.impl | Near Cache implementations. | 
| com.hazelcast.internal.nearcache.impl.store | Near Cache store implementations. | 
| com.hazelcast.map.impl.nearcache | Contains Near Cache specific classes. | 
| 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 | ClientCacheStatisticsImpl. getNearCacheStatistics() | 
| Constructor and Description | 
|---|
| ClientCacheStatisticsImpl(long creationTime,
                         NearCacheStats nearCacheStats) | 
| 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 | InvalidationAwareWrapper. getNearCacheStats() | 
| 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 © 2016 Hazelcast, Inc.. All Rights Reserved.