com.atlassian.jira.cluster
Class EhCacheConfigurationFactory

java.lang.Object
  extended by com.atlassian.jira.cluster.EhCacheConfigurationFactory

public class EhCacheConfigurationFactory
extends Object

Builder for our EhCacheConfiguration.

Since:
v6.3

Field Summary
static String DEFAULT_LISTENER_PORT
           
static String DEFAULT_MULTICAST_ADDRESS
           
static String DEFAULT_MULTICAST_PORT
           
static String EHCACHE_LISTENER_HOSTNAME
           
static String EHCACHE_LISTENER_PORT
           
static String EHCACHE_LISTENER_SOCKET_TIMEOUT_MILLIS
           
static String EHCACHE_MULTICAST_ADDRESS
           
static String EHCACHE_MULTICAST_HOSTNAME
           
static String EHCACHE_MULTICAST_PORT
           
static String EHCACHE_MULTICAST_TTL
           
static String EHCACHE_PEER_DISCOVERY
           
static String MANAGER_NAME
           
 
Constructor Summary
EhCacheConfigurationFactory()
           
 
Method Summary
 net.sf.ehcache.config.Configuration newConfiguration(URL baseXmlConfiguration, ClusterNodeProperties clusterNodeProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANAGER_NAME

public static final String MANAGER_NAME
See Also:
Constant Field Values

EHCACHE_MULTICAST_ADDRESS

public static final String EHCACHE_MULTICAST_ADDRESS
See Also:
Constant Field Values

EHCACHE_MULTICAST_PORT

public static final String EHCACHE_MULTICAST_PORT
See Also:
Constant Field Values

EHCACHE_MULTICAST_TTL

public static final String EHCACHE_MULTICAST_TTL
See Also:
Constant Field Values

EHCACHE_MULTICAST_HOSTNAME

public static final String EHCACHE_MULTICAST_HOSTNAME
See Also:
Constant Field Values

EHCACHE_LISTENER_HOSTNAME

public static final String EHCACHE_LISTENER_HOSTNAME
See Also:
Constant Field Values

EHCACHE_LISTENER_PORT

public static final String EHCACHE_LISTENER_PORT
See Also:
Constant Field Values

EHCACHE_LISTENER_SOCKET_TIMEOUT_MILLIS

public static final String EHCACHE_LISTENER_SOCKET_TIMEOUT_MILLIS
See Also:
Constant Field Values

DEFAULT_MULTICAST_ADDRESS

public static final String DEFAULT_MULTICAST_ADDRESS
See Also:
Constant Field Values

DEFAULT_MULTICAST_PORT

public static final String DEFAULT_MULTICAST_PORT
See Also:
Constant Field Values

DEFAULT_LISTENER_PORT

public static final String DEFAULT_LISTENER_PORT
See Also:
Constant Field Values

EHCACHE_PEER_DISCOVERY

public static final String EHCACHE_PEER_DISCOVERY
See Also:
Constant Field Values
Constructor Detail

EhCacheConfigurationFactory

public EhCacheConfigurationFactory()
Method Detail

newConfiguration

public net.sf.ehcache.config.Configuration newConfiguration(@Nonnull
                                                            URL baseXmlConfiguration,
                                                            @Nonnull
                                                            ClusterNodeProperties clusterNodeProperties)


Copyright © 2002-2014 Atlassian. All Rights Reserved.