| 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  | 
ClientEngineImpl
Class that requests, listeners from client handled in node side. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ClusterService
A 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  | 
InternalPartitionServiceImpl
The  
InternalPartitionService implementation. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ProxyService
A  
CoreService responsible for managing the DistributedObject proxies. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalProxyService
The API for the internal  
ProxyService. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProxyServiceImpl  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IPartitionService
A SPI service for accessing partition related information. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
WanReplicationService
This is the WAN replications service API core interface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WanReplicationServiceImpl
Open source implementation of the  
WanReplicationService | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.