com.ibm.websphere.cache
Class DistributedObjectCache
- java.lang.Object
com.ibm.websphere.cache.DistributedObjectCache
All implemented interfaces:
DistributedMap, DistributedNioMap, java.util.Map
- public abstract class DistributedObjectCache
- extends java.lang.Object
- implements DistributedNioMap, DistributedMap
Since:
v6.0
See Also:
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary
Modifier and Type | Field and Description |
---|---|
|
TYPE_DISTRIBUTED_LOCKING_MAP
Deprecated. TYPE_DISTRIBUTED_LOCKING_MAP is no longer used.
|
|
TYPE_DISTRIBUTED_MAP
The underlying map represented by this
DistributedObjectCache is of type DistributedMap.
|
|
TYPE_DISTRIBUTED_NIO_MAP
The underlying map represented by this
DistributedObjectCache is of type DistributedNioMap.
|
Constructor Summary
Constructor and Description |
---|
DistributedObjectCache()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMapType()
Returns the underlying map type for this
DistribuedObjectCache.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.websphere.cache.DistributedNioMap |
---|
addAlias, addChangeListener, addInvalidationListener, addPreInvalidationListener, clear, containsKey, enableListener, getCacheEntry, invalidate, invalidate, invalidate, isEmpty, put, put, put, putAndGet, putAndGet, releaseLruEntries, removeAlias, removeChangeListener, removeInvalidationListener, removePreInvalidationListener, size |
Methods inherited from interface com.ibm.websphere.cache.DistributedMap |
---|
addAlias, addChangeListener, addInvalidationListener, containsKey, enableListener, get, getSharingPolicy, invalidate, invalidate, isDRSBootstrapEnabled, isEmpty, keySet, put, put, put, removeAlias, removeChangeListener, removeInvalidationListener, setDRSBootstrap, setPriority, setSharingPolicy, setTimeToLive, size |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, putAll, remove, size, values |
Field Detail
TYPE_DISTRIBUTED_MAP
- public static final int TYPE_DISTRIBUTED_MAP
The underlying map represented by this
DistributedObjectCache is of type DistributedMap.
TYPE_DISTRIBUTED_LOCKING_MAP
- public static final int TYPE_DISTRIBUTED_LOCKING_MAP
Deprecated. TYPE_DISTRIBUTED_LOCKING_MAP is no longer used.
The underlying map represented by this
DistributedObjectCache is of type DistributedLockingMap.
TYPE_DISTRIBUTED_NIO_MAP
- public static final int TYPE_DISTRIBUTED_NIO_MAP
The underlying map represented by this
DistributedObjectCache is of type DistributedNioMap.
Constructor Detail
DistributedObjectCache
- public DistributedObjectCache()
Method Detail
getMapType
- public abstract int getMapType( )
Returns the underlying map type for this
DistribuedObjectCache.
Returns:
mapType
TYPE_DISTRIBUTED_MAP
TYPE_DISTRIBUTED_NIO_MAP
TYPE_DISTRIBUTED_MAP
TYPE_DISTRIBUTED_NIO_MAP
Since:
v6.0
See Also: