|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Partition | |
---|---|
com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
com.hazelcast.client.spi | Contains classes/interfaces related to Service Provider Interface such as ClientProxy , ClientClusterService |
com.hazelcast.client.spi.impl | Provides util classes for com.hazelcast.client |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.partition | Contains the partition logic for Hazelcast. |
Uses of Partition in com.hazelcast.client.proxy |
---|
Methods in com.hazelcast.client.proxy that return Partition | |
---|---|
Partition |
PartitionServiceProxy.getPartition(Object key)
|
Methods in com.hazelcast.client.proxy that return types with arguments of type Partition | |
---|---|
Set<Partition> |
PartitionServiceProxy.getPartitions()
|
Uses of Partition in com.hazelcast.client.spi |
---|
Methods in com.hazelcast.client.spi that return Partition | |
---|---|
Partition |
ClientPartitionService.getPartition(int partitionId)
|
Uses of Partition in com.hazelcast.client.spi.impl |
---|
Methods in com.hazelcast.client.spi.impl that return Partition | |
---|---|
Partition |
ClientPartitionServiceImpl.getPartition(int partitionId)
|
Uses of Partition in com.hazelcast.core |
---|
Methods in com.hazelcast.core that return Partition | |
---|---|
Partition |
PartitionService.getPartition(Object key)
Returns the partition that the given key belongs to. |
Methods in com.hazelcast.core that return types with arguments of type Partition | |
---|---|
Set<Partition> |
PartitionService.getPartitions()
Returns a set containing all the Partition s in the cluster. |
Uses of Partition in com.hazelcast.partition |
---|
Classes in com.hazelcast.partition that implement Partition | |
---|---|
class |
PartitionServiceProxy.PartitionProxy
|
Methods in com.hazelcast.partition that return types with arguments of type Partition | |
---|---|
Set<Partition> |
PartitionServiceProxy.getPartitions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |