publishEvent(getCallerAddress(), name, eventType, dataKey, toData(oldValue), (Data) dataValue);
}
}
private void publishWanReplicationEvent() {
final MapContainer mapContainer = this.mapContainer;
if (mapContainer.getWanReplicationPublisher() == null
&& mapContainer.getWanMergePolicy() == null) {
return;
}
final MapEventPublisher mapEventPublisher = getMapEventPublisher();
final Data key = dataKey;