Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
Modifier and Type | Method and Description |
---|---|
LocalMapStats |
IMap.getLocalMapStats()
Returns LocalMapStats for this map.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalMultiMapStats
Local multi map statistics to be used by
MemberState implementations. |
interface |
LocalReplicatedMapStats
Local replicated map statistics to be used by
MemberState
implementations. |
Modifier and Type | Method and Description |
---|---|
LocalMapStats |
MemberState.getLocalMapStats(String mapName) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.