Class ReplicatorConfigFactory
java.lang.Object
com.atlassian.jira.cluster.cache.ehcache.ReplicatorConfigFactory
- All Implemented Interfaces:
com.atlassian.cache.ehcache.replication.EhCacheReplicatorConfigFactory
public class ReplicatorConfigFactory
extends Object
implements com.atlassian.cache.ehcache.replication.EhCacheReplicatorConfigFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration
createCacheReplicatorConfiguration
(com.atlassian.cache.CacheSettings settings, boolean selfLoadingCache)
-
Constructor Details
-
ReplicatorConfigFactory
public ReplicatorConfigFactory()
-
-
Method Details
-
createCacheReplicatorConfiguration
@Nonnull public net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration createCacheReplicatorConfiguration(com.atlassian.cache.CacheSettings settings, boolean selfLoadingCache) - Specified by:
createCacheReplicatorConfiguration
in interfacecom.atlassian.cache.ehcache.replication.EhCacheReplicatorConfigFactory
-