ehcache

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

Packages that use CachePeer
net.sf.ehcache.distribution This package is for cache replication. 
 

Uses of CachePeer in net.sf.ehcache.distribution
 

Classes in net.sf.ehcache.distribution that implement CachePeer
 class RMICachePeer
          An RMI based implementation of CachePeer.
 class TransactionalRMICachePeer
          An RMI based implementation of CachePeer supporting transactions.
 

Methods in net.sf.ehcache.distribution that return CachePeer
 CachePeer MulticastRMICacheManagerPeerProvider.CachePeerEntry.getCachePeer()
           
 CachePeer RMICacheManagerPeerProvider.lookupRemoteCachePeer(String url)
          The use of one-time registry creation and Naming.rebind should mean we can create as many listeneres as we like.
 

Methods in net.sf.ehcache.distribution with parameters of type CachePeer
protected  void RMIBootstrapCacheLoader.fetchAndPutElements(Ehcache cache, List requestChunk, CachePeer cachePeer)
          Fetches a chunk of elements from a remote cache peer
 

Constructors in net.sf.ehcache.distribution with parameters of type CachePeer
MulticastRMICacheManagerPeerProvider.CachePeerEntry(CachePeer cachePeer, Date date)
          Constructor
 


ehcache

Copyright 2001-2017, Terracotta, Inc.