|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ws.cache.spi.DistributedMapFactory
public class DistributedMapFactory
This class provides internal WAS components with factory methods to create/lookup instances of a DistributedMap. Each DistributedMap instance can be configured independently.
Method Summary | |
---|---|
static DistributedMap |
getMap(java.lang.String name)
Deprecated. Use DistributedObjectCacheFactory |
static DistributedMap |
getMap(java.lang.String name,
java.util.Properties properties)
Deprecated. Use DistributedObjectCacheFactory |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DistributedMap getMap(java.lang.String name)
name
- instance name of the DistributedMap
DistributedObjectCacheFactory
public static DistributedMap getMap(java.lang.String name, java.util.Properties properties)
com.ibm.ws.cache.CacheConfig.CACHE_SIZE | integer the maximum number of cache entries |
com.ibm.ws.cache.CacheConfig.ENABLE_DISK_OFFLOAD | boolean true to enable disk offload |
com.ibm.ws.cache.CacheConfig.DISK_OFFLOAD_LOCATION | directory to contain offloaded cache entries |
name
- instance name of the DistributedMapproperties
-
DistributedObjectCacheFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |