| 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.jca | 
 This package contains jca functionality 
 | 
| com.hazelcast.partition | 
 Contains the partition logic for Hazelcast. 
 | 
| 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 | Method and Description | 
|---|---|
PartitionService | 
HazelcastConnectionImpl.getPartitionService()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PartitionServiceProxy  | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionService | 
InternalPartitionService.getPartitionServiceProxy()  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.