|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |