Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
Modifier and Type | Method and Description |
---|---|
Partition |
ClientPartitionService.getPartition(int partitionId) |
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 © 2019 Hazelcast, Inc.. All Rights Reserved.