See: Description
| Interface | Description | 
|---|---|
| CleanerRegistrator | 
 This interface is used to give  
ReplicatedRecordStore implementations
 a chance to register themself to being cleaned up from expired entries | 
| PreReplicationHook | 
 This is an interceptor interface to hook into the current replication process. 
 | 
| ReplicatedMessageListener | 
 Simple listener interface used by the ReplicatedMapService 
 | 
| ReplicationChannel | 
 This interface represents a channel to send replication messages to 
 | 
| Class | Description | 
|---|---|
| ReplicatedMapEvictionProcessor | 
 Actual eviction processor implementation to remove values to evict values from the replicated map 
 | 
| ReplicatedMapProxy<K,V> | 
 The internal  
ReplicatedMap implementation proxying the requests to the underlying
  | 
| ReplicatedMapService | 
 This is the main service implementation to handle replication and manages the backing
  
ReplicatedRecordStores that actually hold the data | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.