Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
MapService.mapServiceContext |
Modifier and Type | Method and Description |
---|---|
MapServiceContext |
MapServiceFactory.getMapServiceContext()
Returns a
MapServiceContext implementation. |
MapServiceContext |
MapService.getMapServiceContext() |
MapServiceContext |
MapContainer.getMapServiceContext() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ExpirationManager(MapServiceContext mapServiceContext,
NodeEngine nodeEngine) |
MaxSizeChecker(MapServiceContext mapServiceContext) |
MaxSizeChecker(MemoryInfoAccessor memoryInfoAccessor,
MapServiceContext mapServiceContext) |
Modifier and Type | Method and Description |
---|---|
MapServiceContext |
MapStoreContext.getMapServiceContext() |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.