Package | Description |
---|---|
com.hazelcast.client.proxy | |
com.hazelcast.client.spi | |
com.hazelcast.client.spi.impl | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
Modifier and Type | Method and Description |
---|---|
Partition |
PartitionServiceProxy.getPartition(Object key) |
Modifier and Type | Method and Description |
---|---|
Set<Partition> |
PartitionServiceProxy.getPartitions() |
Modifier and Type | Method and Description |
---|---|
Partition |
ClientPartitionService.getPartition(int partitionId) |
Modifier and Type | Method and Description |
---|---|
Partition |
ClientPartitionServiceImpl.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.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionServiceProxy.PartitionProxy |
Modifier and Type | Method and Description |
---|---|
Set<Partition> |
PartitionServiceProxy.getPartitions() |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.