| 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.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 | 
|---|---|
| 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 © 2018 Hazelcast, Inc.. All Rights Reserved.