ehcache

Uses of Class
net.sf.ehcache.config.TerracottaClientConfiguration

Packages that use TerracottaClientConfiguration
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.xsd 
net.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
 TerracottaClientConfiguration TerracottaClientConfiguration.clone()
          Clones this object, following the usual contract.
 TerracottaClientConfiguration Configuration.getTerracottaConfiguration()
          Gets the TerracottaClientConfiguration
 TerracottaClientConfiguration TerracottaClientConfiguration.rejoin(boolean rejoin)
          Builder method to set rejoin
 TerracottaClientConfiguration TerracottaClientConfiguration.url(String url)
          Builder method to set the URL.
 TerracottaClientConfiguration TerracottaClientConfiguration.url(String host, String port)
          Builder method to set the URL for a host and a port.
 

Methods in net.sf.ehcache.config with parameters of type TerracottaClientConfiguration
 void Configuration.addTerracottaConfig(TerracottaClientConfiguration terracottaConfiguration)
          Allows BeanHandler to add a Terracotta configuration to the configuration
 Configuration Configuration.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
TerracottaConfigConfigurationElement(NodeElement parent, TerracottaClientConfiguration tcConfigConfiguration)
          Constructor accepting the parent and the TerracottaClientConfiguration
 

Uses of TerracottaClientConfiguration in net.sf.ehcache.terracotta
 

Constructors in net.sf.ehcache.terracotta with parameters of type TerracottaClientConfiguration
TerracottaClient(CacheManager cacheManager, TerracottaClientRejoinListener rejoinAction, TerracottaClientConfiguration terracottaClientConfiguration)
          Constructor accepting the TerracottaClientRejoinListener and the TerracottaClientConfiguration
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.