Home »
MCQs »
Hazelcast MCQs
Which of the following method will get you the statistics of maps in your Hazelcast?
25. Which of the following method will get you the statistics of maps in your Hazelcast?
- getLocalMapStats()
- getMapStats()
- getLocalMapStatstics()
Answer: A) getLocalMapStats()
Explanation:
the getLocalMapStats() method will get you the statistics of maps in your Hazelcast.