Uses of Interface
com.hazelcast.core.Partition

Packages that use Partition
com.hazelcast.client.spi   
com.hazelcast.core Provides core API interfaces/classes. 
 

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.core
 

Methods in com.hazelcast.core that return Partition
 Partition PartitionService.getPartition(Object key)
          Returns partition which given key belongs to.
 

Methods in com.hazelcast.core that return types with arguments of type Partition
 Set<Partition> PartitionService.getPartitions()
          Returns all partitions.
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.