Uses of Interface
com.hazelcast.core.PartitionService

Packages that use PartitionService
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca functionality 
com.hazelcast.partition Contains the partition logic for Hazelcast. 
 

Uses of PartitionService in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return PartitionService
 PartitionService HazelcastClientInstanceImpl.getPartitionService()
           
 PartitionService HazelcastClientProxy.getPartitionService()
           
 

Uses of PartitionService in com.hazelcast.core
 

Methods in com.hazelcast.core that return PartitionService
 PartitionService HazelcastInstance.getPartitionService()
          Returns the partition service of this Hazelcast instance.
 

Uses of PartitionService in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return PartitionService
 PartitionService HazelcastInstanceImpl.getPartitionService()
           
 PartitionService HazelcastInstanceProxy.getPartitionService()
           
 

Uses of PartitionService in com.hazelcast.jca
 

Methods in com.hazelcast.jca that return PartitionService
 PartitionService HazelcastConnectionImpl.getPartitionService()
           
 

Uses of PartitionService in com.hazelcast.partition
 

Classes in com.hazelcast.partition that implement PartitionService
 class PartitionServiceProxy
           
 

Methods in com.hazelcast.partition that return PartitionService
 PartitionService InternalPartitionService.getPartitionServiceProxy()
           
 



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