Package | Description |
---|---|
com.hazelcast.wan |
This package contains the WAN replication API
|
Modifier and Type | Method and Description |
---|---|
ReplicationEventObject |
WanReplicationEvent.getEventObject()
Gets the event object.
|
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationPublisher.publishReplicationEvent(String serviceName,
ReplicationEventObject eventObject)
Publish the
eventObject WAN replication event. |
void |
WanReplicationPublisher.publishReplicationEventBackup(String serviceName,
ReplicationEventObject eventObject)
Publish the
eventObject WAN replication event backup. |
void |
WanReplicationEvent.setEventObject(ReplicationEventObject eventObject)
Sets the event object.
|
Constructor and Description |
---|
WanReplicationEvent(String serviceName,
ReplicationEventObject eventObject) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.