Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
Modifier and Type | Field and Description |
---|---|
protected ConstructorFunction<String,LocalMapStatsImpl> |
LocalMapStatsProvider.constructorFunction |
protected ConcurrentMap<String,LocalMapStatsImpl> |
LocalMapStatsProvider.statsMap |
Modifier and Type | Method and Description |
---|---|
LocalMapStatsImpl |
LocalMapStatsProvider.createLocalMapStats(String mapName) |
LocalMapStatsImpl |
LocalMapStatsProvider.getLocalMapStatsImpl(String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalMapStatsProvider.addNearCacheStats(LocalMapStatsImpl stats,
LocalMapStatsProvider.LocalMapOnDemandCalculatedStats onDemandStats,
MapContainer mapContainer)
Adds near cache stats.
|
protected void |
LocalMapStatsProvider.addOwnerPartitionStats(LocalMapStatsImpl stats,
LocalMapStatsProvider.LocalMapOnDemandCalculatedStats onDemandStats,
String mapName,
int partitionId)
Calculates and adds owner partition stats.
|
void |
LocalMapStatsProvider.LocalMapOnDemandCalculatedStats.copyValuesTo(LocalMapStatsImpl stats) |
void |
MapServiceContext.incrementOperationStats(long startTime,
LocalMapStatsImpl localMapStats,
String mapName,
Operation operation) |
Modifier and Type | Class and Description |
---|---|
class |
LocalMultiMapStatsImpl |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.