| Package | Description |
|---|---|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.internal.partition |
Contains the internals for partition assignment/management, migration, replication etc.
|
| 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 | Method and Description |
|---|---|
Partition |
PartitionServiceProxy.getPartition(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Set<Partition> |
PartitionServiceProxy.getPartitions() |
Copyright © 2018. All Rights Reserved.