|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusteredInstanceFactory | |
---|---|
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 | |
---|---|
protected ClusteredInstanceFactory |
CacheManager.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 | |
---|---|
void |
NullMBeanRegistrationProvider.initialize(CacheManager cacheManager,
ClusteredInstanceFactory clusteredInstanceFactory)
A null implementation of MBeanRegistrationProvider.initialize(CacheManager, ClusteredInstanceFactory) |
void |
MBeanRegistrationProviderImpl.initialize(CacheManager cacheManager,
ClusteredInstanceFactory clusteredInstanceFactory)
Initialize MBeanRegistration if necessary for the cacheManager |
void |
MBeanRegistrationProvider.initialize(CacheManager cacheManager,
ClusteredInstanceFactory clusteredInstanceFactory)
Initialize MBeanRegistration if necessary for the cacheManager |
void |
NullMBeanRegistrationProvider.reinitialize(ClusteredInstanceFactory clusteredInstanceFactory)
A null implementation of MBeanRegistrationProvider.reinitialize(ClusteredInstanceFactory) |
void |
MBeanRegistrationProviderImpl.reinitialize(ClusteredInstanceFactory clusteredInstanceFactory)
Reinitialize the mbeans. |
void |
MBeanRegistrationProvider.reinitialize(ClusteredInstanceFactory clusteredInstanceFactory)
Reinitialize the mbeans. |
Uses of ClusteredInstanceFactory in net.sf.ehcache.management.sampled |
---|
Methods in net.sf.ehcache.management.sampled with parameters of type ClusteredInstanceFactory | |
---|---|
void |
SampledMBeanRegistrationProvider.initialize(CacheManager cacheManagerParam,
ClusteredInstanceFactory clusteredInstanceFactory)
Initialize MBeanRegistration if necessary for the cacheManager |
void |
SampledMBeanRegistrationProvider.reinitialize(ClusteredInstanceFactory clusteredInstanceFactory)
Reinitialize the mbeans. |
Uses of ClusteredInstanceFactory in net.sf.ehcache.terracotta |
---|
Classes in net.sf.ehcache.terracotta that implement ClusteredInstanceFactory | |
---|---|
class |
ClusteredInstanceFactoryWrapper
A ClusteredInstanceFactory implementation that delegates all operations to an underlying delegate except for the following
operations:
ClusteredInstanceFactoryWrapper.getTopology() : Delegates to the TerracottaClient.getCacheCluster()
|
Methods in net.sf.ehcache.terracotta that return ClusteredInstanceFactory | |
---|---|
protected ClusteredInstanceFactory |
ClusteredInstanceFactoryWrapper.getActualFactory()
Returns the actual underlying factory |
ClusteredInstanceFactory |
TerracottaClient.getClusteredInstanceFactory()
Returns the ClusteredInstanceFactory associated with this client |
Constructors in net.sf.ehcache.terracotta with parameters of type ClusteredInstanceFactory | |
---|---|
ClusteredInstanceFactoryWrapper(TerracottaClient client,
ClusteredInstanceFactory delegate)
Constructor accepting the TerracottaClient and the actual factory |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |