Uses of Interface
net.sf.ehcache.distribution.CachePeer
-
Packages that use CachePeer Package Description 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 Modifier and Type Class Description classRMICachePeerAn RMI based implementation ofCachePeer.classTransactionalRMICachePeerAn RMI based implementation ofCachePeersupporting transactions.Methods in net.sf.ehcache.distribution that return CachePeer Modifier and Type Method Description CachePeerMulticastRMICacheManagerPeerProvider.CachePeerEntry. getCachePeer()CachePeerRMICacheManagerPeerProvider. lookupRemoteCachePeer(java.lang.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 Modifier and Type Method Description protected voidRMIBootstrapCacheLoader. fetchAndPutElements(Ehcache cache, java.util.List requestChunk, CachePeer cachePeer)Fetches a chunk of elements from a remote cache peerConstructors in net.sf.ehcache.distribution with parameters of type CachePeer Constructor Description CachePeerEntry(CachePeer cachePeer, java.util.Date date)Constructor
-