Package | Description |
---|---|
com.hazelcast.spi.partition |
Contains the SPI for partition logic for Hazelcast.
|
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 © 2018 Hazelcast, Inc.. All rights reserved.