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, notifyRemoveAllpublic 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 AbstractJiraCacheReplicatornet.sf.ehcache.distribution.RemoteCacheExceptionprotected void replicateRemovalNotification(net.sf.ehcache.Ehcache cache,
Serializable key)
throws net.sf.ehcache.distribution.RemoteCacheException
replicateRemovalNotification in class AbstractJiraCacheReplicatornet.sf.ehcache.distribution.RemoteCacheExceptionprotected void replicateRemoveAllNotification(net.sf.ehcache.Ehcache cache)
replicateRemoveAllNotification in class AbstractJiraCacheReplicatorpublic Object clone() throws CloneNotSupportedException
clone in interface net.sf.ehcache.event.CacheEventListenerclone in class AbstractJiraCacheReplicatorCloneNotSupportedExceptionCopyright © 2002-2023 Atlassian. All Rights Reserved.