Uses of Interface
com.hazelcast.client.spi.ClientPartitionService

Packages that use ClientPartitionService
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
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 
 

Uses of ClientPartitionService in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return ClientPartitionService
 ClientPartitionService HazelcastClientInstanceImpl.getClientPartitionService()
           
 

Uses of ClientPartitionService in com.hazelcast.client.proxy
 

Constructors in com.hazelcast.client.proxy with parameters of type ClientPartitionService
PartitionServiceProxy(ClientPartitionService partitionService)
           
 

Uses of ClientPartitionService in com.hazelcast.client.spi
 

Methods in com.hazelcast.client.spi that return ClientPartitionService
 ClientPartitionService ClientContext.getPartitionService()
           
 

Uses of ClientPartitionService in com.hazelcast.client.spi.impl
 

Classes in com.hazelcast.client.spi.impl that implement ClientPartitionService
 class ClientPartitionServiceImpl
          The ClientPartitionService implementation.
 



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