public class LocalMapStatsProvider extends Object
createLocalMapStats(java.lang.String)
and also holds all LocalMapStatsImpl
implementations of all maps.Modifier and Type | Field and Description |
---|---|
static LocalMapStats |
EMPTY_LOCAL_MAP_STATS |
Constructor and Description |
---|
LocalMapStatsProvider(MapServiceContext mapServiceContext) |
Modifier and Type | Method and Description |
---|---|
Map<String,LocalMapStats> |
createAllLocalMapStats() |
LocalMapStatsImpl |
createLocalMapStats(String mapName) |
void |
destroyLocalMapStatsImpl(String name) |
LocalMapStatsImpl |
getLocalMapStatsImpl(String name) |
public static final LocalMapStats EMPTY_LOCAL_MAP_STATS
public LocalMapStatsProvider(MapServiceContext mapServiceContext)
public LocalMapStatsImpl getLocalMapStatsImpl(String name)
public void destroyLocalMapStatsImpl(String name)
public LocalMapStatsImpl createLocalMapStats(String mapName)
public Map<String,LocalMapStats> createAllLocalMapStats()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.