Package | Description |
---|---|
com.hazelcast.map.impl.wan |
Contains wan replication event classes
|
com.hazelcast.wan |
This package contains the WAN replication API
|
com.hazelcast.wan.impl |
This package contains the opensource implementation of WAN replication
|
Modifier and Type | Class and Description |
---|---|
class |
MapReplicationRemove |
class |
MapReplicationUpdate |
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationPublisher.publishReplicationEvent(String serviceName,
ReplicationEventObject eventObject) |
void |
WanReplicationEvent.setEventObject(ReplicationEventObject eventObject)
Sets the event object.
|
Constructor and Description |
---|
WanReplicationEvent(String serviceName,
ReplicationEventObject eventObject) |
Modifier and Type | Method and Description |
---|---|
void |
WanNoDelayReplication.publishReplicationEvent(String serviceName,
ReplicationEventObject eventObject) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.