Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultConfigurableCacheFactory.configureUnitCalculator(XmlElement xmlCache,
ConfigurableCacheMap cache,
DefaultConfigurableCacheFactory.CacheInfo info,
BackingMapManagerContext context,
ClassLoader loader)
Deprecated.
Configure a UnitCalculator for the specified ConfigurableCacheMap.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalCache
A LocalCache implementation that supports the JCache API, CacheLoader and
CacheStore objects.
|
class |
OldCache
Deprecated.
As of Coherence 3.1, use
LocalCache instead |
class |
SerializationCache
A version of SerializationMap that implements an LRU policy.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurableCacheMap |
AbstractEvictionPolicy.ensureCache(MapEvent evt)
Return the ConfigurableCacheMap that uses this eviction policy.
|
protected ConfigurableCacheMap |
AbstractEvictionPolicy.getCache()
Return the ConfigurableCacheMap that uses this eviction policy.
|
protected ConfigurableCacheMap |
ReadWriteBackingMap.getInternalConfigurableCache()
Get the map that provides internal storage for this backing map.
|
Modifier and Type | Class and Description |
---|---|
class |
ObservableSplittingBackingCache
The ObservableSplittingBackingCache is an implementation of the
ConfigurableCacheMap interface that works as an observable backing map
in a partitioned system.
|
Modifier and Type | Field and Description |
---|---|
protected ConfigurableCacheMap[] |
ObservableSplittingBackingCache.m_acache
A cached array of the backing ConfigurableCacheMap instances.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurableCacheMap |
ObservableSplittingBackingCache.getPartitionCache(Object oKey)
Obtain the backing cache for a particular key.
|
protected ConfigurableCacheMap[] |
ObservableSplittingBackingCache.getPartitionCacheArray()
Obtain the array of backing caches.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObservableSplittingBackingCache.claimAll(ConfigurableCacheMap mapRequestor)
Claim the full entitlement of units for mapRequestor.
|
protected void |
ObservableSplittingBackingCache.claimUnused(ConfigurableCacheMap mapRequestor)
Claim as many units as possible from existing maps without causing
over-allocated maps to evict.
|