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 |
---|---|
Map<String,LocalIndexStats> |
LocalMapStats.getIndexStats()
Returns the per-index statistics map keyed by the index name.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalIndexStatsImpl
Implementation of local index stats that backs the stats exposed through the
public API.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LocalIndexStats> |
LocalReplicatedMapStatsImpl.getIndexStats() |
Map<String,LocalIndexStats> |
LocalMapStatsImpl.getIndexStats() |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.