public class LocalQCacheReplicator extends AbstractJiraCacheReplicator
replicatePuts, replicatePutsViaCopy, replicateRemovals, replicateUpdates, replicateUpdatesViaCopy, replicationPauserManager
Constructor and Description |
---|
LocalQCacheReplicator(boolean replicatePuts,
boolean replicatePutsViaCopy,
boolean replicateUpdates,
boolean replicateUpdatesViaCopy,
boolean replicateRemovals,
java.util.function.Supplier<ReplicationPauserManager> replicationPauserManager,
java.util.function.Supplier<LocalQCacheManager> localQCacheManager) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
protected void |
replicatePutNotification(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
protected void |
replicateRemovalNotification(net.sf.ehcache.Ehcache cache,
Serializable key) |
protected void |
replicateRemoveAllNotification(net.sf.ehcache.Ehcache cache) |
alive, dispose, isReplicateUpdatesViaCopy, notAlive, notifyElementEvicted, notifyElementExpired, notifyElementPut, notifyElementRemoved, notifyElementUpdated, notifyRemoveAll
public LocalQCacheReplicator(boolean replicatePuts, boolean replicatePutsViaCopy, boolean replicateUpdates, boolean replicateUpdatesViaCopy, boolean replicateRemovals, java.util.function.Supplier<ReplicationPauserManager> replicationPauserManager, java.util.function.Supplier<LocalQCacheManager> localQCacheManager)
protected void replicatePutNotification(net.sf.ehcache.Ehcache cache, net.sf.ehcache.Element element) throws net.sf.ehcache.distribution.RemoteCacheException
replicatePutNotification
in class AbstractJiraCacheReplicator
net.sf.ehcache.distribution.RemoteCacheException
protected void replicateRemovalNotification(net.sf.ehcache.Ehcache cache, Serializable key) throws net.sf.ehcache.distribution.RemoteCacheException
replicateRemovalNotification
in class AbstractJiraCacheReplicator
net.sf.ehcache.distribution.RemoteCacheException
protected void replicateRemoveAllNotification(net.sf.ehcache.Ehcache cache)
replicateRemoveAllNotification
in class AbstractJiraCacheReplicator
public Object clone() throws CloneNotSupportedException
clone
in interface net.sf.ehcache.event.CacheEventListener
clone
in class AbstractJiraCacheReplicator
CloneNotSupportedException
Copyright © 2002-2021 Atlassian. All Rights Reserved.