public abstract class DistributedObjectCache extends java.lang.Object implements DistributedNioMap, DistributedMap
DistributedMap
,
DistributedNioMap
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DISTRIBUTED_LOCKING_MAP
Deprecated.
TYPE_DISTRIBUTED_LOCKING_MAP is no longer used.
|
static int |
TYPE_DISTRIBUTED_MAP
The underlying map represented by this
DistributedObjectCache is of type DistributedMap.
|
static int |
TYPE_DISTRIBUTED_NIO_MAP
The underlying map represented by this
DistributedObjectCache is of type DistributedNioMap.
|
Constructor and Description |
---|
DistributedObjectCache() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getMapType()
Returns the underlying map type for this
DistribuedObjectCache.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAlias, addChangeListener, addInvalidationListener, addPreInvalidationListener, clear, containsKey, enableListener, getCacheEntry, invalidate, invalidate, invalidate, isEmpty, put, put, put, putAndGet, putAndGet, releaseLruEntries, removeAlias, removeChangeListener, removeInvalidationListener, removePreInvalidationListener, size
addAlias, addChangeListener, addInvalidationListener, containsKey, enableListener, get, getSharingPolicy, invalidate, invalidate, isDRSBootstrapEnabled, isEmpty, keySet, put, put, put, removeAlias, removeChangeListener, removeInvalidationListener, setDRSBootstrap, setPriority, setSharingPolicy, setTimeToLive, size
public static final int TYPE_DISTRIBUTED_MAP
DistributedMap
,
Constant Field Valuespublic static final int TYPE_DISTRIBUTED_LOCKING_MAP
DistributedMap
,
Constant Field Valuespublic static final int TYPE_DISTRIBUTED_NIO_MAP
DistributedMap
,
Constant Field Valuespublic abstract int getMapType()
DistributedMap
,
DistributedNioMap