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.messages |
This package contains replication event classes to communicate replications to other nodes
|
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 |
ReplicationChannel.replicate(ReplicationMessage message) |
Modifier and Type | Method and Description |
---|---|
ReplicationMessage[] |
MultiReplicationMessage.getReplicationMessages() |
Constructor and Description |
---|
MultiReplicationMessage(String name,
ReplicationMessage[] replicationMessages) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationPublisher.publishReplicatedMessage(ReplicationMessage message) |
void |
ReplicationPublisher.queueUpdateMessage(ReplicationMessage update) |
void |
ReplicationPublisher.replicate(ReplicationMessage message) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.