Uses of Class
com.hazelcast.map.impl.MapContainer

Packages that use MapContainer
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.eviction This package contains eviction classes.
 
com.hazelcast.map.impl.mapstore Contains map store operations. 
com.hazelcast.map.impl.operation Package for map operations. 
 

Uses of MapContainer in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl that return MapContainer
 MapContainer RecordStore.getMapContainer()
           
 MapContainer MapServiceContext.getMapContainer(String mapName)
           
 MapContainer DefaultMapServiceContext.getMapContainer(String mapName)
           
 

Methods in com.hazelcast.map.impl that return types with arguments of type MapContainer
 Map<String,MapContainer> MapServiceContext.getMapContainers()
           
 Map<String,MapContainer> DefaultMapServiceContext.getMapContainers()
           
 

Constructors in com.hazelcast.map.impl with parameters of type MapContainer
DefaultRecordStore(MapContainer mapContainer, int partitionId)
           
 

Uses of MapContainer in com.hazelcast.map.impl.eviction
 

Methods in com.hazelcast.map.impl.eviction with parameters of type MapContainer
 boolean MaxSizeChecker.checkEvictable(MapContainer mapContainer, int partitionId)
           
 

Uses of MapContainer in com.hazelcast.map.impl.mapstore
 

Methods in com.hazelcast.map.impl.mapstore with parameters of type MapContainer
static MapStoreContext MapStoreContextFactory.createMapStoreContext(MapContainer mapContainer)
           
 

Uses of MapContainer in com.hazelcast.map.impl.operation
 

Fields in com.hazelcast.map.impl.operation declared as MapContainer
protected  MapContainer KeyBasedMapOperation.mapContainer
           
protected  MapContainer AbstractMapOperation.mapContainer
           
 

Methods in com.hazelcast.map.impl.operation with parameters of type MapContainer
 void PostJoinMapOperation.addMapIndex(MapContainer mapContainer)
           
 void PostJoinMapOperation.addMapInterceptors(MapContainer mapContainer)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.