| Package | Description | 
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.cluster | This package contains the cluster functionality. | 
| com.hazelcast.cluster.impl | This package contains the implementation of the cluster functionality. | 
| com.hazelcast.partition | Contains the partition logic for Hazelcast. | 
| com.hazelcast.partition.impl | Contains the actual implementation of the  InternalPartitionService. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| 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.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  | WanReplicationServiceThis is the WAN replications service API core interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WanReplicationServiceImplOpen source implementation of the  WanReplicationService | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.