Uses of Interface
com.hazelcast.map.impl.MapServiceContext

Packages that use MapServiceContext
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. 
 

Uses of MapServiceContext in com.hazelcast.map.impl
 

Fields in com.hazelcast.map.impl declared as MapServiceContext
protected  MapServiceContext MapService.mapServiceContext
           
 

Methods in com.hazelcast.map.impl that return MapServiceContext
 MapServiceContext MapServiceFactory.getMapServiceContext()
          Returns a MapServiceContext implementation.
 MapServiceContext MapService.getMapServiceContext()
           
 MapServiceContext MapContainer.getMapServiceContext()
           
 

Constructors in com.hazelcast.map.impl with parameters of type MapServiceContext
LocalMapStatsProvider(MapServiceContext mapServiceContext, NodeEngine nodeEngine)
           
MapContainer(String name, MapConfig mapConfig, MapServiceContext mapServiceContext)
          Operations which are done in this constructor should obey the rules defined in the method comment PostJoinAwareService.getPostJoinOperation() Otherwise undesired situations, like deadlocks, may appear.
MapQuorumAwareService(MapServiceContext mapServiceContext)
           
NearCacheProvider(MapServiceContext mapServiceContext, NodeEngine nodeEngine)
           
QueryResultSizeLimiter(MapServiceContext mapServiceContext, ILogger log)
           
 

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

Methods in com.hazelcast.map.impl.eviction with parameters of type MapServiceContext
static EvictionOperator EvictionOperator.create(MapServiceContext mapServiceContext)
           
static EvictionOperator EvictionOperator.create(MemoryInfoAccessor memoryInfoAccessor, MapServiceContext mapServiceContext)
           
 void EvictionOperator.fireEvent(Data key, Object value, String mapName, MapServiceContext mapServiceContext)
           
 void EvictionOperator.setMapServiceContext(MapServiceContext mapServiceContext)
           
 

Constructors in com.hazelcast.map.impl.eviction with parameters of type MapServiceContext
ExpirationManager(MapServiceContext mapServiceContext, NodeEngine nodeEngine)
           
MaxSizeChecker(MapServiceContext mapServiceContext)
           
MaxSizeChecker(MemoryInfoAccessor memoryInfoAccessor, MapServiceContext mapServiceContext)
           
 

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

Methods in com.hazelcast.map.impl.mapstore that return MapServiceContext
 MapServiceContext MapStoreContext.getMapServiceContext()
           
 



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