| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Implementation classes of the com.hazelcast.client interfaces 
 | 
| com.hazelcast.collection.impl.collection | |
| com.hazelcast.internal.eviction | 
 
     Eviction policy implementations. 
 | 
| com.hazelcast.internal.nearcache.impl.invalidation | 
 Invalidations for Near Cache. 
 | 
| com.hazelcast.internal.partition | 
 Contains the internals for partition assignment/management, migration, replication etc. 
 | 
| com.hazelcast.internal.partition.impl | 
 Contains the actual implementation of the  
InternalPartitionService. | 
| 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.nearcache | 
 Contains Near Cache specific classes. 
 | 
| com.hazelcast.map.impl.query | |
| com.hazelcast.map.impl.tx | 
 Contains implementation classes for  
TransactionalMap | 
| com.hazelcast.mapreduce.impl.task | 
 This package contains the base implementation for a standard map reduce job. 
 | 
| com.hazelcast.replicatedmap.impl.record | 
 This package contains the implementation of the backing data storage for the replicated map implementation 
 | 
| com.hazelcast.spi | 
 Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IPartitionService | 
ClientEngineImpl.getPartitionService()  | 
IPartitionService | 
ClientEngine.getPartitionService()  | 
IPartitionService | 
NoOpClientEngine.getPartitionService()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected IPartitionService | 
CollectionService.partitionService  | 
| Modifier and Type | Field and Description | 
|---|---|
protected IPartitionService | 
ClearExpiredRecordsTask.partitionService  | 
| Modifier and Type | Field and Description | 
|---|---|
protected IPartitionService | 
Invalidator.partitionService  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalPartitionService  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InternalPartitionServiceImpl
The  
InternalPartitionService implementation. | 
| Constructor and Description | 
|---|
MapKeyLoader(String mapName,
            OperationService opService,
            IPartitionService ps,
            ClusterService clusterService,
            ExecutionService execService,
            IFunction<Object,Data> serialize)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected IPartitionService | 
MapEventPublisherImpl.partitionService  | 
| Modifier and Type | Field and Description | 
|---|---|
protected IPartitionService | 
EvictorImpl.partitionService  | 
| Constructor and Description | 
|---|
EvictorImpl(MapEvictionPolicy mapEvictionPolicy,
           EvictionChecker evictionChecker,
           IPartitionService partitionService,
           int batchSize)  | 
| Constructor and Description | 
|---|
MemberMinimalPartitionService(IPartitionService partitionService)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected IPartitionService | 
PartitionScanRunner.partitionService  | 
| Modifier and Type | Field and Description | 
|---|---|
protected IPartitionService | 
TransactionalMapProxySupport.partitionService  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
MappingPhase.processingPartitionNecessary(int partitionId,
                            IPartitionService partitionService)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected IPartitionService | 
AbstractBaseReplicatedRecordStore.partitionService  | 
| Modifier and Type | Method and Description | 
|---|---|
IPartitionService | 
NodeEngine.getPartitionService()
Gets the IPartitionService. 
 | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.