Uses of Class
net.sf.ehcache.config.TerracottaClientConfiguration
-
Packages that use TerracottaClientConfiguration Package Description net.sf.ehcache.config This package contains the cache configuration code.net.sf.ehcache.config.generator.model.elements This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsdnet.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. -
-
Uses of TerracottaClientConfiguration in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return TerracottaClientConfiguration Modifier and Type Method Description TerracottaClientConfigurationTerracottaClientConfiguration. clone()Clones this object, following the usual contract.TerracottaClientConfigurationConfiguration. getTerracottaConfiguration()Gets the TerracottaClientConfigurationTerracottaClientConfigurationTerracottaClientConfiguration. rejoin(boolean rejoin)Builder method to set rejoinTerracottaClientConfigurationTerracottaClientConfiguration. url(java.lang.String url)Builder method to set the URL.TerracottaClientConfigurationTerracottaClientConfiguration. url(java.lang.String host, java.lang.String port)Builder method to set the URL for a host and a port.TerracottaClientConfigurationTerracottaClientConfiguration. wanEnabledTSA(boolean wanEnabledTSA)Builder method to set wanEnabledTSAMethods in net.sf.ehcache.config with parameters of type TerracottaClientConfiguration Modifier and Type Method Description voidConfiguration. addTerracottaConfig(TerracottaClientConfiguration terracottaConfiguration)Allows BeanHandler to add a Terracotta configuration to the configurationConfigurationConfiguration. terracotta(TerracottaClientConfiguration terracottaConfiguration)Builder method to Terracotta capabilities to the cache manager through a dedicated configuration, this can only be used once. -
Uses of TerracottaClientConfiguration in net.sf.ehcache.config.generator.model.elements
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type TerracottaClientConfiguration Constructor Description TerracottaConfigConfigurationElement(NodeElement parent, TerracottaClientConfiguration tcConfigConfiguration)Constructor accepting the parent and theTerracottaClientConfiguration -
Uses of TerracottaClientConfiguration in net.sf.ehcache.terracotta
Constructors in net.sf.ehcache.terracotta with parameters of type TerracottaClientConfiguration Constructor Description TerracottaClient(CacheManager cacheManager, TerracottaClientConfiguration terracottaClientConfiguration)Constructor accepting theCacheManagerand theTerracottaClientConfiguration
-