| Package | Description | 
|---|---|
| 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.spi.partition | Contains the SPI for partition logic for Hazelcast. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalPartition | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InternalPartitionImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| IPartition[] | InternalPartitionServiceImpl. getPartitions() | 
| 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 void | LocalMapStatsProvider. printWarning(IPartition partition,
            int replica) | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| IPartition | IPartitionService. getPartition(int partitionId)Returns the IPartition for a given partitionId. | 
| IPartition | IPartitionService. getPartition(int partitionId,
            boolean triggerOwnerAssignment)Returns the IPartition for a given partitionId. | 
| IPartition[] | IPartitionService. getPartitions() | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.