| Package | Description | 
|---|---|
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| 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 | 
|---|---|
| LocalMapStats | NearCachedClientMapProxy. getLocalMapStats() | 
| LocalMapStats | ClientMapProxy. getLocalMapStats() | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalMapStats | IMap. getLocalMapStats()Returns LocalMapStats for this map. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,LocalMapStats> | MapService. getStats() | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LocalMultiMapStats | 
| interface  | LocalReplicatedMapStats | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalMapStats | MemberState. getLocalMapStats(String mapName) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LocalMapStatsImplDefault implementation of  LocalMapStats | 
| class  | LocalMultiMapStatsImpl | 
| class  | LocalReplicatedMapStatsImplThis class collects statistics about the replication map usage for management center and is
 able to transform those between wire format and instance view. | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalMapStats | MemberStateImpl. getLocalMapStats(String mapName) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MemberStateImpl. putLocalMapStats(String name,
                LocalMapStats localMapStats) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.