| Package | Description | 
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| 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.mappackage. | 
| com.hazelcast.map.impl.eviction | This package contains eviction classes. | 
| com.hazelcast.map.impl.nearcache | Contains Near Cache specific classes. | 
| com.hazelcast.map.impl.nearcache.invalidation | |
| 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 | ClientEngine. getPartitionService() | 
| Modifier and Type | Method and Description | 
|---|---|
| IPartitionService | ClientEngineImpl. getPartitionService() | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalPartitionService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InternalPartitionServiceImplThe  InternalPartitionServiceimplementation. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IPartitionService | LocalMapStatsProvider. partitionService | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | LocalMapStatsProvider. addReplicaPartitionStats(LocalMapStatsProvider.LocalMapOnDemandCalculatedStats onDemandStats,
                        String mapName,
                        int partitionId,
                        IPartition partition,
                        IPartitionService partitionService,
                        int backupCount,
                        Address thisAddress)Calculates and adds replica partition stats. | 
| protected Address | LocalMapStatsProvider. getReplicaAddress(int replica,
                 IPartition partition,
                 IPartitionService partitionService,
                 int backupCount)Gets replica address. | 
| protected boolean | LocalMapStatsProvider. isReplicaAvailable(Address replicaAddress,
                  IPartitionService partitionService,
                  int backupCount) | 
| protected Address | LocalMapStatsProvider. waitForReplicaAddress(int replica,
                     IPartition partition,
                     IPartitionService partitionService,
                     int backupCount)Waits partition table update to get replica address if current replica address is null. | 
| 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 | EvictorImpl. partitionService | 
| Constructor and Description | 
|---|
| EvictorImpl(MapEvictionPolicy mapEvictionPolicy,
           EvictionChecker evictionChecker,
           IPartitionService partitionService) | 
| Constructor and Description | 
|---|
| MemberMinimalPartitionService(IPartitionService partitionService) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IPartitionService | Invalidator. partitionService | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IPartitionService | QueryRunner. partitionService | 
| protected IPartitionService | MapQueryEngineImpl. partitionService | 
| 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 © 2016 Hazelcast, Inc.. All Rights Reserved.