Package | Description |
---|---|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
protected void |
PartitionRuntimeState.setPartitions(InternalPartition[] partitions,
Map<Address,Integer> addressIndexes) |
Constructor and Description |
---|
PartitionRuntimeState(ILogger logger,
Collection<MemberInfo> memberInfos,
InternalPartition[] partitions,
Collection<MigrationInfo> migrationInfos,
int version) |
Modifier and Type | Method and Description |
---|---|
InternalPartition[] |
InternalPartitionServiceImpl.getPartitions() |
Modifier and Type | Method and Description |
---|---|
Address[][] |
PartitionStateGenerator.reArrange(Collection<MemberGroup> groups,
InternalPartition[] currentState)
Rearranges the partition layout.
|
Address[][] |
PartitionStateGeneratorImpl.reArrange(Collection<MemberGroup> memberGroups,
InternalPartition[] currentState) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.