See: Description
| Class | Description | 
|---|---|
| PartitionContainer | Contains the record storage for the replicated maps which are actual place where the data is stored. | 
| ReplicatedMapEventPublishingService | Dispatches published events on replicated map to corresponding listeners. | 
| ReplicatedMapEvictionProcessor | Actual eviction processor implementation to remove values to evict values from the replicated map | 
| ReplicatedMapProxy<K,V> | Proxy implementation of  ReplicatedMapinterface. | 
| ReplicatedMapService | This is the main service implementation to handle proxy creation, event publishing, migration, anti-entropy and
 manages the backing  PartitionContainers that actually hold the data | 
| ReplicatedMapSplitBrainHandlerService | Contains split-brain handling logic for  ReplicatedMap | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.