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

Packages that use PreReplicationHook
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 PreReplicationHook in com.hazelcast.replicatedmap.impl
 

Methods in com.hazelcast.replicatedmap.impl with parameters of type PreReplicationHook
 void ReplicatedMapProxy.setPreReplicationHook(PreReplicationHook preReplicationHook)
           
 

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

Methods in com.hazelcast.replicatedmap.impl.record with parameters of type PreReplicationHook
 void ReplicationPublisher.setPreReplicationHook(PreReplicationHook preReplicationHook)
           
 



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