| Package | Description | 
|---|---|
| com.hazelcast.client.impl.clientside | 
 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 the Hazelcast client Service Provider Interface. 
 | 
| com.hazelcast.client.spi.impl | 
 Provides util classes for the Hazelcast client SPI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClientPartitionService | 
HazelcastClientInstanceImpl.getClientPartitionService()  | 
| Constructor and Description | 
|---|
PartitionServiceProxy(ClientPartitionService partitionService,
                     ClientListenerService listenerService)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientPartitionService | 
ClientContext.getPartitionService()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientPartitionServiceImpl
The  
ClientPartitionService implementation. | 
| Modifier and Type | Field and Description | 
|---|---|
protected ClientPartitionService | 
AbstractClientInvocationService.partitionService  | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.