Package | Description |
---|---|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
Modifier and Type | Method and Description |
---|---|
Partition |
PartitionService.getPartition(Object key)
Returns the partition that the given key belongs to.
|
Modifier and Type | Method and Description |
---|---|
Set<Partition> |
PartitionService.getPartitions()
Returns a set containing all the
Partition s in the cluster. |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.