Package | Description |
---|---|
net.sf.ehcache.distribution |
This package is for cache replication.
|
Modifier and Type | Class and Description |
---|---|
class |
RMICachePeer
An RMI based implementation of
CachePeer . |
class |
TransactionalRMICachePeer
An RMI based implementation of
CachePeer supporting transactions. |
Modifier and Type | Field and Description |
---|---|
private CachePeer |
MulticastRMICacheManagerPeerProvider.CachePeerEntry.cachePeer |
Modifier and Type | Method and Description |
---|---|
CachePeer |
MulticastRMICacheManagerPeerProvider.CachePeerEntry.getCachePeer() |
CachePeer |
RMICacheManagerPeerProvider.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.
|
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.List<CachePeer> |
RMISynchronousCacheReplicator.listRemoteCachePeers(Ehcache cache)
Package protected List of cache peers
|
Modifier and Type | Method and Description |
---|---|
protected void |
RMIBootstrapCacheLoader.fetchAndPutElements(Ehcache cache,
java.util.List requestChunk,
CachePeer cachePeer)
Fetches a chunk of elements from a remote cache peer
|
Modifier and Type | Method and Description |
---|---|
private static java.util.List<byte[]> |
PayloadUtil.createCompressedPayload(java.util.List<CachePeer> list,
int maxSizePerPayload)
Generates a list of compressed urlList's for the input CachePeers list.
|
static java.util.List<byte[]> |
PayloadUtil.createCompressedPayloadList(java.util.List<CachePeer> localCachePeers,
int maximumPeersPerSend)
Creates a list of compressed (using gzip) url list.
|
Constructor and Description |
---|
CachePeerEntry(CachePeer cachePeer,
java.util.Date date)
Constructor
|