Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.event | |
com.hazelcast.map.impl.eviction |
This package contains eviction classes.
|
com.hazelcast.map.impl.mapstore |
Contains map store operations.
|
com.hazelcast.map.impl.nearcache | |
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.query | |
com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
LocalMapStatsProvider.mapServiceContext |
protected MapServiceContext |
MapService.mapServiceContext |
protected MapServiceContext |
MapContainer.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) |
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) |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
MapEventPublisherImpl.mapServiceContext |
Constructor and Description |
---|
MapEventPublisherImpl(MapServiceContext mapServiceContext) |
MapEventPublishingService(MapServiceContext mapServiceContext) |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
EvictorImpl.mapServiceContext |
protected MapServiceContext |
EvictionCheckerImpl.mapServiceContext |
Constructor and Description |
---|
EvictionCheckerImpl(MapServiceContext mapServiceContext) |
EvictorImpl(EvictionChecker evictionChecker,
MapServiceContext mapServiceContext) |
ExpirationManager(MapServiceContext mapServiceContext,
NodeEngine nodeEngine) |
Modifier and Type | Method and Description |
---|---|
MapServiceContext |
MapStoreContext.getMapServiceContext() |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
NearCacheProvider.mapServiceContext |
protected MapServiceContext |
AbstractNearCacheInvalidator.mapServiceContext |
Modifier and Type | Method and Description |
---|---|
protected NearCacheInvalidator |
NearCacheProvider.createNearCacheInvalidator(MapServiceContext mapServiceContext) |
Constructor and Description |
---|
AbstractNearCacheInvalidator(MapServiceContext mapServiceContext,
NearCacheProvider nearCacheProvider) |
NearCacheProvider(MapServiceContext mapServiceContext) |
NonStopInvalidator(MapServiceContext mapServiceContext,
NearCacheProvider nearCacheProvider) |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
MapOperationProviders.mapServiceContext |
protected MapServiceContext |
MapOperation.mapServiceContext |
Constructor and Description |
---|
MapOperationProviders(MapServiceContext mapServiceContext) |
WANAwareOperationProvider(MapServiceContext mapServiceContext,
MapOperationProvider operationProviderDelegate) |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
MapQueryEngineImpl.mapServiceContext |
Constructor and Description |
---|
MapQueryEngineImpl(MapServiceContext mapServiceContext,
QueryOptimizer optimizer) |
QueryResultSizeLimiter(MapServiceContext mapServiceContext,
ILogger logger) |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
TransactionalMapProxySupport.mapServiceContext |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.