Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
PreReplicationHook.preReplicateMessage(ReplicationMessage message,
ReplicationChannel channel) |
void |
PreReplicationHook.preReplicateMultiMessage(MultiReplicationMessage message,
ReplicationChannel channel) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationPublisher<K,V>
This class implements the actual replication logic for replicated map
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.