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 partition ID. |
IPartition |
IPartitionService.getPartition(int partitionId,
boolean triggerOwnerAssignment)
Returns the
IPartition for a given partition ID. |
IPartition[] |
IPartitionService.getPartitions()
Returns an array of
IPartition instances. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.