| Package | Description |
|---|---|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| 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
Partitions in the cluster. |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionServiceProxy.PartitionProxy |
| Modifier and Type | Method and Description |
|---|---|
Set<Partition> |
PartitionServiceProxy.getPartitions() |
Copyright © 2016. All Rights Reserved.