Package | Description |
---|---|
com.hazelcast.management | |
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
Constructor and Description |
---|
ClusterRuntimeState(Collection<Member> members,
InternalPartition[] partitions,
Collection<MigrationInfo> activeMigrations,
Map<Address,Connection> connections,
Collection<LockResource> locks) |
Modifier and Type | Method and Description |
---|---|
InternalPartition |
InternalPartitionService.getPartition(int partitionId)
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(Collection<MemberInfo> memberInfos,
InternalPartition[] partitions,
Collection<MigrationInfo> migrationInfos,
long masterTime,
int version) |
Modifier and Type | Method and Description |
---|---|
InternalPartition[] |
InternalPartitionServiceImpl.getPartitions() |
Modifier and Type | Method and Description |
---|---|
Address[][] |
PartitionStateGeneratorImpl.reArrange(Collection<MemberGroup> memberGroups,
InternalPartition[] currentState) |
Address[][] |
PartitionStateGenerator.reArrange(Collection<MemberGroup> groups,
InternalPartition[] currentState)
Rearranges the partition layout.
|
Copyright © 2014 Hazelcast, Inc.. All rights reserved.