public class RMISynchronousCacheReplicator
extends net.sf.ehcache.distribution.RMISynchronousCacheReplicator
RMISynchronousCacheReplicator that works around https://jira.terracotta.org/jira/browse/EHC-683.| Constructor and Description |
|---|
RMISynchronousCacheReplicator(boolean replicatePuts,
boolean replicatePutsViaCopy,
boolean replicateUpdates,
boolean replicateUpdatesViaCopy,
boolean replicateRemovals)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
notifyElementPut(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
alive, clone, dispose, isReplicateUpdatesViaCopy, notAlive, notifyElementEvicted, notifyElementExpired, notifyElementRemoved, notifyElementUpdated, notifyRemoveAll, replicatePutNotification, replicateRemovalNotification, replicateRemoveAllNotificationpublic RMISynchronousCacheReplicator(boolean replicatePuts,
boolean replicatePutsViaCopy,
boolean replicateUpdates,
boolean replicateUpdatesViaCopy,
boolean replicateRemovals)
replicatePuts - whether to replicate putsreplicatePutsViaCopy - whether to replicate puts by copying the serialized valuereplicateUpdates - whether to replicate updatesreplicateUpdatesViaCopy - whether to replicate updates by copying the serialized valuereplicateRemovals - whether to replicate removalspublic void notifyElementPut(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementPut in interface net.sf.ehcache.event.CacheEventListenernotifyElementPut in class net.sf.ehcache.distribution.RMISynchronousCacheReplicatornet.sf.ehcache.CacheExceptionCopyright © 2018 Atlassian. All rights reserved.