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 | Method and Description |
---|---|
LocalCacheStats |
MemberState.getLocalCacheStats(String cacheName) |
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. |
Modifier and Type | Method and Description |
---|---|
LocalCacheStats |
MemberStateImpl.getLocalCacheStats(String cacheName) |
Modifier and Type | Method and Description |
---|---|
void |
MemberStateImpl.putLocalCacheStats(String name,
LocalCacheStats localCacheStats) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.