Uses of Interface
net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Packages that use ClusteredInstanceFactory Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.management.provider This package contains classes related to MBeanRegistrationProvider and its implementation.net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics.net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. -
-
Uses of ClusteredInstanceFactory in net.sf.ehcache
Methods in net.sf.ehcache that return ClusteredInstanceFactory Modifier and Type Method Description protected ClusteredInstanceFactoryCacheManager. getClusteredInstanceFactory()Return the clustered instance factory for a cache of this cache manager. -
Uses of ClusteredInstanceFactory in net.sf.ehcache.management.provider
Methods in net.sf.ehcache.management.provider with parameters of type ClusteredInstanceFactory Modifier and Type Method Description voidMBeanRegistrationProvider. initialize(CacheManager cacheManager, ClusteredInstanceFactory clusteredInstanceFactory)Initialize MBeanRegistration if necessary for the cacheManagervoidMBeanRegistrationProviderImpl. initialize(CacheManager cacheManager, ClusteredInstanceFactory clusteredInstanceFactory)Initialize MBeanRegistration if necessary for the cacheManagervoidNullMBeanRegistrationProvider. initialize(CacheManager cacheManager, ClusteredInstanceFactory clusteredInstanceFactory)A null implementation ofMBeanRegistrationProvider.initialize(CacheManager, ClusteredInstanceFactory)voidMBeanRegistrationProvider. reinitialize(ClusteredInstanceFactory clusteredInstanceFactory)Reinitialize the mbeans.voidMBeanRegistrationProviderImpl. reinitialize(ClusteredInstanceFactory clusteredInstanceFactory)Reinitialize the mbeans.voidNullMBeanRegistrationProvider. reinitialize(ClusteredInstanceFactory clusteredInstanceFactory)A null implementation ofMBeanRegistrationProvider.reinitialize(ClusteredInstanceFactory) -
Uses of ClusteredInstanceFactory in net.sf.ehcache.management.sampled
Methods in net.sf.ehcache.management.sampled with parameters of type ClusteredInstanceFactory Modifier and Type Method Description voidSampledMBeanRegistrationProvider. initialize(CacheManager cacheManagerParam, ClusteredInstanceFactory clusteredInstanceFactory)Initialize MBeanRegistration if necessary for the cacheManagervoidSampledMBeanRegistrationProvider. reinitialize(ClusteredInstanceFactory clusteredInstanceFactory)Reinitialize the mbeans. -
Uses of ClusteredInstanceFactory in net.sf.ehcache.terracotta
Classes in net.sf.ehcache.terracotta that implement ClusteredInstanceFactory Modifier and Type Class Description classClusteredInstanceFactoryWrapperAClusteredInstanceFactoryimplementation that delegates all operations to an underlying delegate except for the following operations:ClusteredInstanceFactoryWrapper.getTopology(): Delegates to theTerracottaClient.getCacheCluster()Methods in net.sf.ehcache.terracotta that return ClusteredInstanceFactory Modifier and Type Method Description protected ClusteredInstanceFactoryClusteredInstanceFactoryWrapper. getActualFactory()Returns the actual underlying factoryClusteredInstanceFactoryTerracottaClient. getClusteredInstanceFactory()Returns theClusteredInstanceFactoryassociated with this clientConstructors in net.sf.ehcache.terracotta with parameters of type ClusteredInstanceFactory Constructor Description ClusteredInstanceFactoryWrapper(TerracottaClient client, ClusteredInstanceFactory delegate)Constructor accepting the TerracottaClient and the actual factory
-