|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalPartition | |
|---|---|
| com.hazelcast.partition | Contains the partition logic for Hazelcast. |
| com.hazelcast.partition.impl | Contains the actual implementation of the InternalPartitionService. |
| Uses of InternalPartition in com.hazelcast.partition |
|---|
| Methods in com.hazelcast.partition that return InternalPartition | |
|---|---|
InternalPartition |
InternalPartitionService.getPartition(int partitionId)
Returns the InternalPartition for a given partitionId. |
InternalPartition |
InternalPartitionService.getPartition(int partitionId,
boolean triggerOwnerAssignment)
Returns the InternalPartition for a given partitionId. |
InternalPartition[] |
InternalPartitionService.getPartitions()
|
| Methods in com.hazelcast.partition with parameters of type InternalPartition | |
|---|---|
protected void |
PartitionRuntimeState.setPartitions(InternalPartition[] partitions,
Map<Address,Integer> addressIndexes)
|
| Constructors in com.hazelcast.partition with parameters of type InternalPartition | |
|---|---|
PartitionRuntimeState(ILogger logger,
Collection<MemberInfo> memberInfos,
InternalPartition[] partitions,
Collection<MigrationInfo> migrationInfos,
int version)
|
|
| Uses of InternalPartition in com.hazelcast.partition.impl |
|---|
| Methods in com.hazelcast.partition.impl that return InternalPartition | |
|---|---|
InternalPartition[] |
InternalPartitionServiceImpl.getPartitions()
|
| Methods in com.hazelcast.partition.impl with parameters of type InternalPartition | |
|---|---|
Address[][] |
PartitionStateGenerator.reArrange(Collection<MemberGroup> groups,
InternalPartition[] currentState)
Rearranges the partition layout. |
Address[][] |
PartitionStateGeneratorImpl.reArrange(Collection<MemberGroup> memberGroups,
InternalPartition[] currentState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||