|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Classes in com.hazelcast.map.impl that implement MapServiceContext | |
|---|---|
class |
DefaultMapServiceContext
Default implementation of map service context. |
| Methods in com.hazelcast.map.impl that return MapServiceContext | |
|---|---|
MapServiceContext |
MapService.getMapServiceContext()
|
MapServiceContext |
MapContainer.getMapServiceContext()
|
| Methods in com.hazelcast.map.impl with parameters of type MapServiceContext | |
|---|---|
void |
MapService.setMapServiceContext(MapServiceContext mapServiceContext)
|
| 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. |
|
NearCacheProvider(MapServiceContext mapServiceContext,
NodeEngine nodeEngine)
|
|
| 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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||