ehcache

Uses of Interface
net.sf.ehcache.distribution.CacheManagerPeerProvider

Packages that use CacheManagerPeerProvider
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.distribution This package is for cache replication. 
net.sf.ehcache.management This package contains JMX MBeans and implementations for management of ehcache. 
 

Uses of CacheManagerPeerProvider in net.sf.ehcache
 

Fields in net.sf.ehcache with type parameters of type CacheManagerPeerProvider
protected  Map<String,CacheManagerPeerProvider> CacheManager.cacheManagerPeerProviders
          The map of providers
 

Methods in net.sf.ehcache that return CacheManagerPeerProvider
 CacheManagerPeerProvider CacheManager.getCacheManagerPeerProvider(String scheme)
          Gets the CacheManagerPeerProvider, matching the given scheme For distributed caches, the peer provider finds other cache managers and their caches in the same cluster
 

Methods in net.sf.ehcache that return types with arguments of type CacheManagerPeerProvider
 Map<String,CacheManagerPeerProvider> CacheManager.getCacheManagerPeerProviders()
           
 

Uses of CacheManagerPeerProvider in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return types with arguments of type CacheManagerPeerProvider
 Map<String,CacheManagerPeerProvider> ConfigurationHelper.createCachePeerProviders()
          Tries to load the class specified otherwise defaults to null
 

Uses of CacheManagerPeerProvider in net.sf.ehcache.distribution
 

Classes in net.sf.ehcache.distribution that implement CacheManagerPeerProvider
 class ManualRMICacheManagerPeerProvider
          A provider of Peer RMI addresses based off manual configuration.
 class MulticastRMICacheManagerPeerProvider
          A peer provider which discovers peers using Multicast.
 class RMICacheManagerPeerProvider
          A provider of Peer RMI addresses.
 

Methods in net.sf.ehcache.distribution that return CacheManagerPeerProvider
protected  CacheManagerPeerProvider RMICacheManagerPeerProviderFactory.createAutomaticallyConfiguredCachePeerProvider(CacheManager cacheManager, Properties properties)
          peerDiscovery=automatic, multicastGroupAddress=230.0.0.1, multicastGroupPort=4446, multicastPacketTimeToLive=255
 CacheManagerPeerProvider RMICacheManagerPeerProviderFactory.createCachePeerProvider(CacheManager cacheManager, Properties properties)
           
abstract  CacheManagerPeerProvider CacheManagerPeerProviderFactory.createCachePeerProvider(CacheManager cacheManager, Properties properties)
          Create a peer provider.
protected  CacheManagerPeerProvider RMICacheManagerPeerProviderFactory.createManuallyConfiguredCachePeerProvider(Properties properties)
          peerDiscovery=manual, rmiUrls=//hostname:port/cacheName //hostname:port/cacheName //hostname:port/cacheName
 

Uses of CacheManagerPeerProvider in net.sf.ehcache.management
 

Subinterfaces of CacheManagerPeerProvider in net.sf.ehcache.management
 interface ManagedCacheManagerPeerProvider
          A CacheManagerPeerProvider that supports MBean registration
 


ehcache

Copyright 2001-2017, Terracotta, Inc.