public class EnterpriseMapReplicationSupportingService extends Object implements com.hazelcast.spi.ReplicationSupportingService
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_USE_DELETE_WHEN_PROCESSING_REMOVE_EVENTS
Uses map delete instead of map remove when processing remove events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onReplicationEvent(com.hazelcast.wan.WanReplicationEvent replicationEvent) |
public static final String PROP_USE_DELETE_WHEN_PROCESSING_REMOVE_EVENTS
ClassNotFoundExceptions when the in-memory type of this map is
InMemoryFormat.BINARY and the member does not have the class in it's
classloader.
The downside to this is that map listeners will not receive the old value (since we are performing
delete instead of remove).Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.