| Package | Description |
|---|---|
| com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
| 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 partition which given key belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Partition> |
PartitionService.getPartitions()
Returns all partitions.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.