| Package | Description | 
|---|---|
| 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 | Interface and Description | 
|---|---|
interface  | 
LocalCacheStats
Local cache statistics interface to be used
 by  
MemberState implementations. | 
interface  | 
LocalExecutorStats  | 
interface  | 
LocalGCStats  | 
interface  | 
LocalMapStats
Local map statistics. 
 | 
interface  | 
LocalMemoryStats  | 
interface  | 
LocalMultiMapStats  | 
interface  | 
LocalQueueStats
Local queue statistics. 
 | 
interface  | 
LocalReplicatedMapStats  | 
interface  | 
LocalTopicStats  | 
interface  | 
NearCacheStats  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalCacheStatsImpl
Default implementation of  
LocalCacheStats
 This class just provides serialization/deserialization methods to be used in
 MemberState implementation while sending/receiving statistics to/from
 Management center. | 
class  | 
LocalExecutorStatsImpl  | 
class  | 
LocalGCStatsImpl  | 
class  | 
LocalMapStatsImpl
Default implementation of  
LocalMapStats | 
class  | 
LocalMemoryStatsImpl  | 
class  | 
LocalMultiMapStatsImpl  | 
class  | 
LocalQueueStatsImpl  | 
class  | 
LocalReplicatedMapStatsImpl
This class collects statistics about the replication map usage for management center and is
 able to transform those between wire format and instance view 
 | 
class  | 
LocalTopicStatsImpl  | 
class  | 
NearCacheStatsImpl  | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.