Uses of Class
net.sf.ehcache.CacheManager
-
Packages that use CacheManager Package Description 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.config.generator.model.elements This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsdnet.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns.net.sf.ehcache.constructs.classloader ClassLoader contstructs packagenet.sf.ehcache.distribution This package is for cache replication.net.sf.ehcache.event This package contains interfaces and classes for listening to events.net.sf.ehcache.hibernate This package contains interfaces and classes for Hibernate3.1 and higher.net.sf.ehcache.hibernate.management.impl This package contains JMX related classes for Hibernate and ehcache statisticsnet.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.net.sf.ehcache.search.query This package contains the QueryMangerBuilder and the QueryManager interface to support BMSQL.net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. -
-
Uses of CacheManager in net.sf.ehcache
Fields in net.sf.ehcache with type parameters of type CacheManager Modifier and Type Field Description static java.util.List<CacheManager>CacheManager. ALL_CACHE_MANAGERSKeeps track of all known CacheManagers.Methods in net.sf.ehcache that return CacheManager Modifier and Type Method Description static CacheManagerCacheManager. create()A factory method to create a singleton CacheManager with default config, or return it if it exists.static CacheManagerCacheManager. create(java.io.InputStream inputStream)A factory method to create a singleton CacheManager from a java.io.InputStream.static CacheManagerCacheManager. create(java.lang.String configurationFileName)A factory method to create a singleton CacheManager with a specified configuration.static CacheManagerCacheManager. create(java.net.URL configurationFileURL)A factory method to create a singleton CacheManager from an URL.static CacheManagerCacheManager. create(Configuration config)A factory method to create a singleton CacheManager from a net.sf.ehcache.config.Configuration.CacheManagerCache. getCacheManager()Gets the CacheManager managing this cache.static CacheManagerCacheManager. getCacheManager(java.lang.String name)Checks if a cacheManager already exists for a given name and gets it.CacheManagerEhcache. getCacheManager()Gets the CacheManager managing this cache.static CacheManagerCacheInitializationHelper. getInitializingCacheManager(java.lang.String name)Get a currently initializingCacheManagerby namestatic CacheManagerCacheManager. getInstance()A factory method to create a singleton CacheManager with default config, or return it if it exists.static CacheManagerCacheManager. newInstance()A factory method to create a CacheManager with default config, or return it if it exists.static CacheManagerCacheManager. newInstance(java.io.InputStream inputStream)A factory method to create a CacheManager from a java.io.InputStream.static CacheManagerCacheManager. newInstance(java.lang.String configurationFileName)A factory method to create a CacheManager with a specified configuration.static CacheManagerCacheManager. newInstance(java.net.URL configurationFileURL)A factory method to create a CacheManager from an URL.static CacheManagerCacheManager. newInstance(Configuration config)A factory method to create a CacheManager from a net.sf.ehcache.config.Configuration.Methods in net.sf.ehcache with parameters of type CacheManager Modifier and Type Method Description static voidCacheInitializationHelper. initializeEhcache(CacheManager cacheManager, Ehcache cache)Initialize the givenEhcacheusing the givenCacheManagervoidCache. setCacheManager(CacheManager cacheManager)For use by CacheManager.voidEhcache. setCacheManager(CacheManager cacheManager)Sets the CacheManagerConstructors in net.sf.ehcache with parameters of type CacheManager Constructor Description CacheInitializationHelper(CacheManager cacheManager)Create a cache initializer with the givenCacheManager -
Uses of CacheManager in net.sf.ehcache.config
Methods in net.sf.ehcache.config with parameters of type CacheManager Modifier and Type Method Description CacheManagerEventListenerConfigurationHelper. createCacheManagerEventListener(CacheManager cacheManager)Tries to load the class specified.voidCacheConfiguration. setupFor(CacheManager cacheManager)Sets up the CacheConfiguration for runtime consumption, also registers this cache configuration with the cache manager's configurationvoidCacheConfiguration. setupFor(CacheManager cacheManager, boolean register, java.lang.String parentCache)Sets up the CacheConfiguration for runtime consumptionConfiguration.RuntimeCfgConfiguration. setupFor(CacheManager cacheManager, java.lang.String fallbackName)Freezes part of the configuration that need to be, and runs validation checks on the Configuration.Constructors in net.sf.ehcache.config with parameters of type CacheManager Constructor Description ConfigurationHelper(CacheManager cacheManager, Configuration configuration)Only ConstructorRuntimeCfg(CacheManager cacheManager, java.lang.String fallbackName)Constructor -
Uses of CacheManager in net.sf.ehcache.config.generator
Methods in net.sf.ehcache.config.generator with parameters of type CacheManager Modifier and Type Method Description static java.lang.StringConfigurationUtil. generateCacheManagerConfigurationText(CacheManager cacheManager)Generates Configuration text from aCacheManager -
Uses of CacheManager in net.sf.ehcache.config.generator.model.elements
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type CacheManager Constructor Description ConfigurationElement(CacheManager cacheManager)Constructor accepting theCacheManager. -
Uses of CacheManager in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs that return CacheManager Modifier and Type Method Description CacheManagerEhcacheDecoratorAdapter. getCacheManager()Gets the CacheManager managing this cache.Methods in net.sf.ehcache.constructs with parameters of type CacheManager Modifier and Type Method Description voidEhcacheDecoratorAdapter. setCacheManager(CacheManager cacheManager)Sets the CacheManager -
Uses of CacheManager in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader that return CacheManager Modifier and Type Method Description CacheManagerClassLoaderAwareCache. getCacheManager()Gets the CacheManager managing this cache.Methods in net.sf.ehcache.constructs.classloader with parameters of type CacheManager Modifier and Type Method Description voidClassLoaderAwareCache. setCacheManager(CacheManager arg0)Sets the CacheManager -
Uses of CacheManager in net.sf.ehcache.distribution
Fields in net.sf.ehcache.distribution declared as CacheManager Modifier and Type Field Description protected CacheManagerRMICacheManagerPeerProvider. cacheManagerThe CacheManager this peer provider is associated with.Methods in net.sf.ehcache.distribution that return CacheManager Modifier and Type Method Description CacheManagerRMICacheManagerPeerProvider. getCacheManager()The cacheManager this provider is bound toMethods in net.sf.ehcache.distribution with parameters of type CacheManager Modifier and Type Method Description protected CacheManagerPeerProviderRMICacheManagerPeerProviderFactory. createAutomaticallyConfiguredCachePeerProvider(CacheManager cacheManager, java.util.Properties properties)peerDiscovery=automatic, multicastGroupAddress=230.0.0.1, multicastGroupPort=4446, multicastPacketTimeToLive=255abstract CacheManagerPeerListenerCacheManagerPeerListenerFactory. createCachePeerListener(CacheManager cacheManager, java.util.Properties properties)Creates a peer provider.CacheManagerPeerListenerRMICacheManagerPeerListenerFactory. createCachePeerListener(CacheManager cacheManager, java.util.Properties properties)abstract CacheManagerPeerProviderCacheManagerPeerProviderFactory. createCachePeerProvider(CacheManager cacheManager, java.util.Properties properties)Create a peer provider.CacheManagerPeerProviderRMICacheManagerPeerProviderFactory. createCachePeerProvider(CacheManager cacheManager, java.util.Properties properties)protected CacheManagerPeerListenerRMICacheManagerPeerListenerFactory. 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 factoryConstructors in net.sf.ehcache.distribution with parameters of type CacheManager Constructor Description 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 providerRMICacheManagerPeerListener(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.event
Methods in net.sf.ehcache.event with parameters of type CacheManager Modifier and Type Method Description abstract CacheManagerEventListenerCacheManagerEventListenerFactory. createCacheManagerEventListener(CacheManager cacheManager, java.util.Properties properties)Create aCacheEventListener -
Uses of CacheManager in net.sf.ehcache.hibernate
Fields in net.sf.ehcache.hibernate declared as CacheManager Modifier and Type Field Description protected CacheManagerAbstractEhcacheProvider. managerCacheManager instance that creates/builds Cache instances for this provider.protected CacheManagerAbstractEhcacheProvider. managerCacheManager instance that creates/builds Cache instances for this provider.protected CacheManagerAbstractEhcacheRegionFactory. managerEhcache CacheManager that supplied Ehcache instances for this Hibernate RegionFactory.protected CacheManagerAbstractEhcacheRegionFactory. managerEhcache CacheManager that supplied Ehcache instances for this Hibernate RegionFactory. -
Uses of CacheManager in net.sf.ehcache.hibernate.management.impl
Methods in net.sf.ehcache.hibernate.management.impl with parameters of type CacheManager Modifier and Type Method Description voidProviderMBeanRegistrationHelper. registerMBean(CacheManager manager, java.util.Properties properties)Registers mbean for the input cache manager and the session factory namevoidEhcacheHibernateMBeanRegistration. registerMBeanForCacheManager(CacheManager manager, java.util.Properties properties)Registers MBean for the input manager and session factory properties.voidEhcacheHibernateMBeanRegistrationImpl. 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 Constructor Description EhcacheHibernate(CacheManager manager)Constructor accepting the backingCacheManagerEhcacheStatsImpl(CacheManager manager)Constructor accepting the backingCacheManager -
Uses of CacheManager in net.sf.ehcache.management
Methods in net.sf.ehcache.management with parameters of type CacheManager Modifier and Type Method Description voidManagementServer. register(CacheManager managedResource)Puts the submitted resource under the purview of thisManagementServer.static voidManagementServerLoader. register(CacheManager cacheManager, java.lang.String clientUUID, ManagementRESTServiceConfiguration managementRESTServiceConfiguration)Register a cacheManager to management rest server.static voidManagementService. 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.static voidManagementService. registerMBeans(CacheManager cacheManager, javax.management.MBeanServer mBeanServer, boolean registerCacheManager, boolean registerCaches, boolean registerCacheConfigurations, boolean registerCacheStatistics, boolean registerCacheStores)A convenience static method which creates a ManagementService and initialises it with the supplied parameters.voidManagementServer. unregister(CacheManager managedResource)Removes the submitted resource under the purview of thisManagementServer.static voidManagementServerLoader. unregister(java.lang.String registeredMgmtSvrBind, CacheManager cacheManager)Unregister a cache manager from a management rest server If it is the last cache manager bound to this server, stops the server too.Constructors in net.sf.ehcache.management with parameters of type CacheManager Constructor Description CacheManager(CacheManager cacheManager)Create a management CacheManagerManagementService(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.ManagementService(CacheManager cacheManager, javax.management.MBeanServer mBeanServer, boolean registerCacheManager, boolean registerCaches, boolean registerCacheConfigurations, boolean registerCacheStatistics, boolean registerCacheStores)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 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) -
Uses of CacheManager in net.sf.ehcache.management.sampled
Methods in net.sf.ehcache.management.sampled with parameters of type CacheManager Modifier and Type Method Description voidSampledMBeanRegistrationProvider. initialize(CacheManager cacheManagerParam, ClusteredInstanceFactory clusteredInstanceFactory)Initialize MBeanRegistration if necessary for the cacheManagerConstructors in net.sf.ehcache.management.sampled with parameters of type CacheManager Constructor Description CacheManagerSamplerImpl(CacheManager cacheManager)Constructor taking the backingCacheManagerSampledCacheManager(CacheManager cacheManager)Constructor taking the backingCacheManager -
Uses of CacheManager in net.sf.ehcache.search.query
Methods in net.sf.ehcache.search.query with parameters of type CacheManager Modifier and Type Method Description QueryManagerBuilderQueryManagerBuilder. addAllCachesCurrentlyIn(CacheManager cacheManager)Adds allCachespresent in aCache Managerto the internal state of the query manager. -
Uses of CacheManager in net.sf.ehcache.terracotta
Constructors in net.sf.ehcache.terracotta with parameters of type CacheManager Constructor Description TerracottaClient(CacheManager cacheManager, TerracottaClientConfiguration terracottaClientConfiguration)Constructor accepting theCacheManagerand theTerracottaClientConfiguration
-