| Package | Description | 
|---|---|
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.executor.impl | This package contains IExecutorService functionality for Hazelcast. The IExecutorService extends the ExecutorServiceand provides all kinds
 of additional methods related to distributed systems. | 
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. | 
| com.hazelcast.replicatedmap.impl | This package contains the implementation of the replicated map service itself and some connection interfaces only used
 internally. | 
| com.hazelcast.topic.impl | This package contains ITopic functionality for Hazelcast. With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. | 
| com.hazelcast.topic.impl.reliable | |
| 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  | QueueServiceProvides important services via methods for the the Queue
 such as  QueueEvictionProcessor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DistributedExecutorService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapServiceDefines map service behavior. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected StatisticsAwareService | MapService. statisticsAwareService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiMapService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReplicatedMapServiceThis is the main service implementation to handle proxy creation, event publishing, migration, anti-entropy and
 manages the backing  PartitionContainers that actually hold the data | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TopicService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReliableTopicService | 
| 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 © 2017 Hazelcast, Inc.. All Rights Reserved.