| Package | Description | 
|---|---|
| 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.internal.partition | Contains the internals for partition assignment/management, migration, replication etc. | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionService | HazelcastClientInstanceImpl. getPartitionService() | 
| PartitionService | HazelcastClientProxy. getPartitionService() | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionService | HazelcastInstance. getPartitionService()Returns the partition service of this Hazelcast instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionService | HazelcastInstanceImpl. getPartitionService() | 
| PartitionService | HazelcastInstanceProxy. getPartitionService() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PartitionServiceProxy | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.