Uses of Class
net.sf.ehcache.terracotta.TerracottaClient
-
Packages that use TerracottaClient Package Description net.sf.ehcache.management.event This package contains classes related to management events.net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities.net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. -
-
Uses of TerracottaClient in net.sf.ehcache.management.event
Constructors in net.sf.ehcache.management.event with parameters of type TerracottaClient Constructor Description DelegatingManagementEventSink(TerracottaClient terracottaClient) -
Uses of TerracottaClient in net.sf.ehcache.terracotta
Constructors in net.sf.ehcache.terracotta with parameters of type TerracottaClient Constructor Description ClusteredInstanceFactoryWrapper(TerracottaClient client, ClusteredInstanceFactory delegate)Constructor accepting the TerracottaClient and the actual factory -
Uses of TerracottaClient in net.sf.ehcache.transaction
Constructors in net.sf.ehcache.transaction with parameters of type TerracottaClient Constructor Description DelegatingTransactionIDFactory(FeaturesManager featuresManager, TerracottaClient terracottaClient, java.lang.String cacheManagerName)Create a new DelegatingTransactionIDFactory
-