com.liferay.portal.cache.ehcache
Class JGroupsBootstrapCacheLoader
java.lang.Object
net.sf.ehcache.distribution.jgroups.JGroupsBootstrapCacheLoader
com.liferay.portal.cache.ehcache.JGroupsBootstrapCacheLoader
- All Implemented Interfaces:
- net.sf.ehcache.bootstrap.BootstrapCacheLoader
public class JGroupsBootstrapCacheLoader
- extends net.sf.ehcache.distribution.jgroups.JGroupsBootstrapCacheLoader
View Source
See http://issues.liferay.com/browse/LPS-11061.
- Author:
- Shuyang Zhou
Fields inherited from class net.sf.ehcache.distribution.jgroups.JGroupsBootstrapCacheLoader |
asynchronous, maximumChunkSizeBytes |
Method Summary |
java.lang.Object |
clone()
|
void |
load(net.sf.ehcache.Ehcache cache)
|
Methods inherited from class net.sf.ehcache.distribution.jgroups.JGroupsBootstrapCacheLoader |
acquireCachePeers, doLoad, fetchAndPutElements, getMaximumChunkSizeBytes, isAsynchronous, listRemoteCachePeers |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGroupsBootstrapCacheLoader
public JGroupsBootstrapCacheLoader(boolean asynchronous,
int maximumChunkSize)
clone
public java.lang.Object clone()
- Specified by:
clone
in interface net.sf.ehcache.bootstrap.BootstrapCacheLoader
- Overrides:
clone
in class net.sf.ehcache.distribution.jgroups.JGroupsBootstrapCacheLoader
load
public void load(net.sf.ehcache.Ehcache cache)
- Specified by:
load
in interface net.sf.ehcache.bootstrap.BootstrapCacheLoader
- Overrides:
load
in class net.sf.ehcache.distribution.jgroups.JGroupsBootstrapCacheLoader