Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
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.
|
protected void |
LocalMapStatsProvider.addReplicaPartitionStats(LocalMapStatsProvider.LocalMapOnDemandCalculatedStats onDemandStats,
String mapName,
int partitionId,
InternalPartition partition,
InternalPartitionService partitionService,
int backupCount,
Address thisAddress)
Calculates and adds replica partition stats.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.