| Package | Description | 
|---|---|
| com.hazelcast.internal.nearcache.impl.preloader | Near Cache pre-loader implementation. | 
| com.hazelcast.internal.nearcache.impl.store | Near Cache store implementations. | 
| com.hazelcast.monitor.impl | Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. | 
| Constructor and Description | 
|---|
| NearCachePreloader(String nearCacheName,
                  NearCachePreloaderConfig preloaderConfig,
                  NearCacheStatsImpl nearCacheStats,
                  SerializationService serializationService) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected NearCacheStatsImpl | AbstractNearCacheRecordStore. nearCacheStats | 
| Constructor and Description | 
|---|
| AbstractNearCacheRecordStore(NearCacheConfig nearCacheConfig,
                            NearCacheStatsImpl nearCacheStats,
                            SerializationService serializationService,
                            ClassLoader classLoader) | 
| Modifier and Type | Method and Description | 
|---|---|
| NearCacheStatsImpl | LocalReplicatedMapStatsImpl. getNearCacheStats() | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.