|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheManager | |
---|---|
net.sf.ehcache | This package contains the public API for using ehcache. |
net.sf.ehcache.config | This package contains the cache configuration code. |
net.sf.ehcache.config.generator | This package contains utility classes for generating configuration texts. |
net.sf.ehcache.constructs.blocking | Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. |
net.sf.ehcache.distribution | This package is for cache replication. |
net.sf.ehcache.hibernate.management.impl | This package contains JMX related classes for Hibernate and ehcache statistics |
net.sf.ehcache.management | This package contains JMX MBeans and implementations for management of 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. |
Uses of CacheManager in net.sf.ehcache |
---|
Fields in net.sf.ehcache with type parameters of type CacheManager | |
---|---|
static java.util.List<CacheManager> |
CacheManager.ALL_CACHE_MANAGERS
Keeps track of all known CacheManagers. |
Methods in net.sf.ehcache that return CacheManager | |
---|---|
static CacheManager |
CacheManager.create()
A factory method to create a singleton CacheManager with default config, or return it if it exists. |
static CacheManager |
CacheManager.create(java.io.InputStream inputStream)
A factory method to create a singleton CacheManager from a java.io.InputStream. |
static CacheManager |
CacheManager.create(java.lang.String configurationFileName)
A factory method to create a singleton CacheManager with a specified configuration. |
static CacheManager |
CacheManager.create(java.net.URL configurationFileURL)
A factory method to create a singleton CacheManager from an URL. |
CacheManager |
Cache.getCacheManager()
Gets the CacheManager managing this cache. |
CacheManager |
Ehcache.getCacheManager()
Gets the CacheManager managing this cache. |
static CacheManager |
CacheManager.getInstance()
A factory method to create a singleton CacheManager with default config, or return it if it exists. |
Methods in net.sf.ehcache with parameters of type CacheManager | |
---|---|
void |
Cache.setCacheManager(CacheManager cacheManager)
For use by CacheManager. |
void |
Ehcache.setCacheManager(CacheManager cacheManager)
Sets the CacheManager |
Uses of CacheManager in net.sf.ehcache.config |
---|
Constructors in net.sf.ehcache.config with parameters of type CacheManager | |
---|---|
ConfigurationHelper(CacheManager cacheManager,
Configuration configuration)
Only Constructor |
Uses of CacheManager in net.sf.ehcache.config.generator |
---|
Methods in net.sf.ehcache.config.generator with parameters of type CacheManager | |
---|---|
static java.lang.String |
ConfigurationUtil.generateConfigurationTextForCache(CacheManager cacheManager,
java.lang.String cacheName)
Generates configuration text for a cache based on the Cache present in the input CacheManager for the input cacheName |
static java.lang.String |
ConfigurationUtil.generateConfigurationTextFromConfiguration(CacheManager cacheManager,
Configuration configuration)
Generates configuration text based on the input Configuration . |
Uses of CacheManager in net.sf.ehcache.constructs.blocking |
---|
Methods in net.sf.ehcache.constructs.blocking that return CacheManager | |
---|---|
CacheManager |
BlockingCache.getCacheManager()
Gets the CacheManager managing this cache. |
Methods in net.sf.ehcache.constructs.blocking with parameters of type CacheManager | |
---|---|
void |
BlockingCache.setCacheManager(CacheManager cacheManager)
Sets the CacheManager |
Uses of CacheManager in net.sf.ehcache.distribution |
---|
Fields in net.sf.ehcache.distribution declared as CacheManager | |
---|---|
protected CacheManager |
RMICacheManagerPeerProvider.cacheManager
The CacheManager this peer provider is associated with. |
Methods in net.sf.ehcache.distribution that return CacheManager | |
---|---|
CacheManager |
RMICacheManagerPeerProvider.getCacheManager()
The cacheManager this provider is bound to |
Methods in net.sf.ehcache.distribution with parameters of type CacheManager | |
---|---|
protected CacheManagerPeerProvider |
RMICacheManagerPeerProviderFactory.createAutomaticallyConfiguredCachePeerProvider(CacheManager cacheManager,
java.util.Properties properties)
peerDiscovery=automatic, multicastGroupAddress=230.0.0.1, multicastGroupPort=4446, multicastPacketTimeToLive=255 |
CacheManagerPeerListener |
RMICacheManagerPeerListenerFactory.createCachePeerListener(CacheManager cacheManager,
java.util.Properties properties)
|
abstract CacheManagerPeerListener |
CacheManagerPeerListenerFactory.createCachePeerListener(CacheManager cacheManager,
java.util.Properties properties)
Creates a peer provider. |
abstract CacheManagerPeerProvider |
CacheManagerPeerProviderFactory.createCachePeerProvider(CacheManager cacheManager,
java.util.Properties properties)
Create a peer provider. |
CacheManagerPeerProvider |
RMICacheManagerPeerProviderFactory.createCachePeerProvider(CacheManager cacheManager,
java.util.Properties properties)
|
protected CacheManagerPeerListener |
RMICacheManagerPeerListenerFactory.doCreateCachePeerListener(java.lang.String hostName,
java.lang.Integer port,
java.lang.Integer remoteObjectPort,
CacheManager cacheManager,
java.lang.Integer socketTimeoutMillis)
A template method to actually create the factory |
Constructors in net.sf.ehcache.distribution with parameters of type CacheManager | |
---|---|
MulticastKeepaliveHeartbeatSender(CacheManager cacheManager,
java.net.InetAddress multicastAddress,
java.lang.Integer multicastPort,
java.lang.Integer timeToLive,
java.net.InetAddress hostAddress)
Constructor. |
|
MulticastRMICacheManagerPeerProvider(CacheManager cacheManager,
java.net.InetAddress groupMulticastAddress,
java.lang.Integer groupMulticastPort,
java.lang.Integer timeToLive,
java.net.InetAddress hostAddress)
Creates and starts a multicast peer provider |
|
RMICacheManagerPeerListener(java.lang.String hostName,
java.lang.Integer port,
java.lang.Integer remoteObjectPort,
CacheManager cacheManager,
java.lang.Integer socketTimeoutMillis)
Constructor with full arguments. |
|
RMICacheManagerPeerProvider(CacheManager cacheManager)
Constructor |
Uses of CacheManager in net.sf.ehcache.hibernate.management.impl |
---|
Methods in net.sf.ehcache.hibernate.management.impl with parameters of type CacheManager | |
---|---|
void |
ProviderMBeanRegistrationHelper.registerMBean(CacheManager manager,
java.util.Properties properties)
Registers mbean for the input cache manager and the session factory name |
void |
EhcacheHibernateMBeanRegistration.registerMBeanForCacheManager(CacheManager manager,
java.util.Properties properties)
Registers MBean for the input manager and session factory properties. |
void |
EhcacheHibernateMBeanRegistrationImpl.registerMBeanForCacheManager(CacheManager manager,
java.util.Properties properties)
Registers MBean for the input manager and session factory properties. |
Constructors in net.sf.ehcache.hibernate.management.impl with parameters of type CacheManager | |
---|---|
EhcacheHibernate(CacheManager manager)
Constructor accepting the backing CacheManager |
|
EhcacheStatsImpl(CacheManager manager)
Constructor accepting the backing CacheManager |
Uses of CacheManager in net.sf.ehcache.management |
---|
Methods in net.sf.ehcache.management with parameters of type CacheManager | |
---|---|
static void |
ManagementService.registerMBeans(CacheManager cacheManager,
javax.management.MBeanServer mBeanServer,
boolean registerCacheManager,
boolean registerCaches,
boolean registerCacheConfigurations,
boolean registerCacheStatistics)
A convenience static method which creates a ManagementService and initialises it with the supplied parameters. |
Constructors in net.sf.ehcache.management with parameters of type CacheManager | |
---|---|
CacheManager(CacheManager cacheManager)
Create a management CacheManager |
|
ManagementService(CacheManager cacheManager,
javax.management.MBeanServer mBeanServer,
boolean registerCacheManager,
boolean registerCaches,
boolean registerCacheConfigurations,
boolean registerCacheStatistics)
A constructor for a management service for a range of possible MBeans. |
Uses of CacheManager in net.sf.ehcache.management.provider |
---|
Methods in net.sf.ehcache.management.provider with parameters of type CacheManager | |
---|---|
void |
NullMBeanRegistrationProvider.initialize(CacheManager cacheManager,
ClusteredInstanceFactory clusteredInstanceFactory)
A null implementation of MBeanRegistrationProvider.initialize(CacheManager, ClusteredInstanceFactory) |
void |
MBeanRegistrationProvider.initialize(CacheManager cacheManager,
ClusteredInstanceFactory clusteredInstanceFactory)
Initialize MBeanRegistration if necessary for the cacheManager |
void |
MBeanRegistrationProviderImpl.initialize(CacheManager cacheManager,
ClusteredInstanceFactory clusteredInstanceFactory)
Initialize MBeanRegistration if necessary for the cacheManager |
Uses of CacheManager in net.sf.ehcache.management.sampled |
---|
Methods in net.sf.ehcache.management.sampled with parameters of type CacheManager | |
---|---|
void |
SampledMBeanRegistrationProvider.initialize(CacheManager cacheManagerParam,
ClusteredInstanceFactory clusteredInstanceFactory)
Initialize MBeanRegistration if necessary for the cacheManager |
Constructors in net.sf.ehcache.management.sampled with parameters of type CacheManager | |
---|---|
SampledCacheManager(CacheManager cacheManager)
Constructor taking the backing CacheManager |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |