| Package | Description | 
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.internal.cluster | Contains the internals for cluster management like discovery, joining etc. | 
| com.hazelcast.internal.cluster.impl | This package contains the implementation of the cluster functionality. | 
| com.hazelcast.internal.partition | Contains the internals for partition assignment/management, migration, replication etc. | 
| com.hazelcast.internal.partition.impl | Contains the actual implementation of the  InternalPartitionService. | 
| com.hazelcast.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| com.hazelcast.spi.impl.proxyservice | Contains the API for the  InternalProxyService. | 
| com.hazelcast.spi.impl.proxyservice.impl | Contains the implementation of the  InternalProxyService. | 
| com.hazelcast.spi.partition | Contains the SPI for partition logic for Hazelcast. | 
| com.hazelcast.wan | This package contains the WAN replication API | 
| com.hazelcast.wan.impl | This package contains the opensource implementation of WAN replication | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientEngineImplClass that requests, listeners from client handled in node side. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ClusterServiceA service responsible for member related functionality. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClusterServiceImpl | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalPartitionService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InternalPartitionServiceImplThe  InternalPartitionServiceimplementation. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ProxyServiceA  CoreServiceresponsible for managing the DistributedObject proxies. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalProxyServiceThe API for the internal  ProxyService. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProxyServiceImpl | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IPartitionServiceA SPI service for accessing partition related information. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WanReplicationServiceThis is the WAN replications service API core interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WanReplicationServiceImplOpen source implementation of the  WanReplicationService | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.