|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory<RMIBootstrapCacheLoader> net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory
public class RMIBootstrapCacheLoaderFactory
A factory to create a configured RMIBootstrapCacheLoader
Field Summary | |
---|---|
protected static int |
DEFAULT_MAXIMUM_CHUNK_SIZE_BYTES
The default maximum serialized size of the elements to request from a remote cache peer during bootstrap. |
protected static int |
FIVE_KB
The lowest reasonable chunk size in bytes |
static String |
MAXIMUM_CHUNK_SIZE_BYTES
The property name expected in ehcache.xml for the maximum chunk size in bytes |
protected static int |
ONE_HUNDRED_MB
The highest reasonable chunk size in bytes |
Fields inherited from class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory |
---|
BOOTSTRAP_ASYNCHRONOUSLY |
Constructor Summary | |
---|---|
RMIBootstrapCacheLoaderFactory()
|
Method Summary | |
---|---|
RMIBootstrapCacheLoader |
createBootstrapCacheLoader(Properties properties)
Create a BootstrapCacheLoader |
protected int |
extractMaximumChunkSizeBytes(Properties properties)
|
Methods inherited from class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory |
---|
extractBoolean, extractBootstrapAsynchronously, extractLong |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MAXIMUM_CHUNK_SIZE_BYTES
protected static final int DEFAULT_MAXIMUM_CHUNK_SIZE_BYTES
protected static final int ONE_HUNDRED_MB
protected static final int FIVE_KB
Constructor Detail |
---|
public RMIBootstrapCacheLoaderFactory()
Method Detail |
---|
public RMIBootstrapCacheLoader createBootstrapCacheLoader(Properties properties)
BootstrapCacheLoader
createBootstrapCacheLoader
in class BootstrapCacheLoaderFactory<RMIBootstrapCacheLoader>
properties
- implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xml
protected int extractMaximumChunkSizeBytes(Properties properties)
properties
- the properties passed by the CacheManager, read from the configuration file
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |