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 |
Contains Near Cache specific classes.
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.query | |
com.hazelcast.map.impl.querycache |
Contains query cache internal implementation classes.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
Modifier and Type | Field and Description |
---|---|
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,
Config config,
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 |
protected MapServiceContext |
AbstractFilteringStrategy.mapServiceContext |
Constructor and Description |
---|
AbstractFilteringStrategy(SerializationService serializationService,
MapServiceContext mapServiceContext) |
DefaultEntryEventFilteringStrategy(SerializationService serializationService,
MapServiceContext mapServiceContext) |
MapEventPublisherImpl(MapServiceContext mapServiceContext) |
MapEventPublishingService(MapServiceContext mapServiceContext) |
QueryCacheNaturalFilteringStrategy(SerializationService serializationService,
MapServiceContext mapServiceContext) |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
EvictionChecker.mapServiceContext |
Constructor and Description |
---|
EvictionChecker(MemoryInfoAccessor givenMemoryInfoAccessor,
MapServiceContext mapServiceContext) |
Modifier and Type | Method and Description |
---|---|
MapServiceContext |
MapStoreContext.getMapServiceContext() |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
MapNearCacheManager.mapServiceContext |
Constructor and Description |
---|
MapNearCacheManager(MapServiceContext mapServiceContext) |
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 |
QueryRunner.mapServiceContext |
protected MapServiceContext |
MapQueryEngineImpl.mapServiceContext |
protected MapServiceContext |
PartitionScanRunner.mapServiceContext |
Constructor and Description |
---|
MapQueryEngineImpl(MapServiceContext mapServiceContext) |
PartitionScanRunner(MapServiceContext mapServiceContext) |
QueryResultSizeLimiter(MapServiceContext mapServiceContext,
ILogger logger) |
QueryRunner(MapServiceContext mapServiceContext,
QueryOptimizer optimizer,
PartitionScanExecutor partitionScanExecutor,
ResultProcessorRegistry resultProcessorRegistry) |
Constructor and Description |
---|
NodeQueryCacheContext(MapServiceContext mapServiceContext) |
Constructor and Description |
---|
NodeQueryCacheEventService(MapServiceContext mapServiceContext) |
NodeQueryCacheScheduler(MapServiceContext mapServiceContext) |
Modifier and Type | Field and Description |
---|---|
protected MapServiceContext |
TransactionalMapProxySupport.mapServiceContext |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.