Uses of Interface
com.hazelcast.replicatedmap.impl.ReplicationChannel

Packages that use ReplicationChannel
com.hazelcast.replicatedmap.impl This package contains the implementation of the replicated map service itself and some connection interfaces only used internally - No public API! 
com.hazelcast.replicatedmap.impl.record This package contains the implementation of the backing data storage for the replicated map implementation 
 

Uses of ReplicationChannel in com.hazelcast.replicatedmap.impl
 

Methods in com.hazelcast.replicatedmap.impl with parameters of type ReplicationChannel
 void PreReplicationHook.preReplicateMessage(ReplicationMessage message, ReplicationChannel channel)
           
 void PreReplicationHook.preReplicateMultiMessage(MultiReplicationMessage message, ReplicationChannel channel)
           
 

Uses of ReplicationChannel in com.hazelcast.replicatedmap.impl.record
 

Classes in com.hazelcast.replicatedmap.impl.record that implement ReplicationChannel
 class ReplicationPublisher<K,V>
          This class implements the actual replication logic for replicated map
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.