|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.distribution.RMISynchronousCacheReplicator
com.atlassian.cache.ehcache.RMISynchronousCacheReplicator
public class RMISynchronousCacheReplicator
An RMISynchronousCacheReplicator that works around https://jira.terracotta.org/jira/browse/EHC-683.
| Field Summary |
|---|
| Fields inherited from class net.sf.ehcache.distribution.RMISynchronousCacheReplicator |
|---|
replicatePuts, replicatePutsViaCopy, replicateRemovals, replicateUpdates, replicateUpdatesViaCopy, status |
| Constructor Summary | |
|---|---|
RMISynchronousCacheReplicator(boolean replicatePuts,
boolean replicatePutsViaCopy,
boolean replicateUpdates,
boolean replicateUpdatesViaCopy,
boolean replicateRemovals)
Constructor |
|
| Method Summary | |
|---|---|
void |
notifyElementPut(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
|
| Methods inherited from class net.sf.ehcache.distribution.RMISynchronousCacheReplicator |
|---|
alive, clone, dispose, isReplicateUpdatesViaCopy, notAlive, notifyElementEvicted, notifyElementExpired, notifyElementRemoved, notifyElementUpdated, notifyRemoveAll, replicatePutNotification, replicateRemovalNotification, replicateRemoveAllNotification |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public 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 removals| Method Detail |
|---|
public 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.CacheException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||