Package | Description |
---|---|
com.hazelcast.map.impl.event | |
com.hazelcast.map.impl.wan |
Contains wan replication event classes
|
com.hazelcast.wan |
This package contains the WAN replication API
|
Modifier and Type | Method and Description |
---|---|
protected void |
MapEventPublisherImpl.publishWanReplicationEventInternal(String mapName,
ReplicationEventObject event) |
Modifier and Type | Class and Description |
---|---|
class |
MapReplicationRemove |
class |
MapReplicationUpdate |
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) |
void |
WanReplicationPublisher.publishReplicationEventBackup(String serviceName,
ReplicationEventObject eventObject) |
void |
WanReplicationEvent.setEventObject(ReplicationEventObject eventObject)
Sets the event object.
|
Constructor and Description |
---|
WanReplicationEvent(String serviceName,
ReplicationEventObject eventObject) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.