Uses of Interface
com.tangosol.net.BackingMapManager
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to partitioned services.
Contains classes that providing topic entities for publish/subscribe messaging.
Contains various generic utilities.
-
Uses of BackingMapManager in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionBackingMapManagerBuilder.realizeBackingMapManager
(ConfigurableCacheFactory ccf) Realize aBackingMapManager
to be scoped by the specifiedConfigurableCacheFactory
. -
Uses of BackingMapManager in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionAbstractCachingScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) Realize aBackingMapManager
to be scoped by the specifiedConfigurableCacheFactory
.NearScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) Realize aBackingMapManager
to be scoped by the specifiedConfigurableCacheFactory
.PagedTopicScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) ViewScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) WrapperCachingScheme.realizeBackingMapManager
(ConfigurableCacheFactory ccf) -
Uses of BackingMapManager in com.tangosol.net
Modifier and TypeClassDescriptionclass
Abstract base of the BackingMapManager implementations.class
Deprecated.BackingMapManager implementation that uses the configuration XML to create the required backing maps and provides client access to those maps.protected class
Deprecated.BackingMapManager implementation used by PartitionAwareBackingMap(s) to lazily configure the enclosing PABM based on the configuration settings of the enclosed maps.static class
The Manager class uses builders to create the required backing maps and provides client access to those maps.static class
The PartitionedBackingMapManager is used by PartitionAwareBackingMap(s) to lazily configure the enclosing PABM based on the configuration settings of the enclosed maps.Modifier and TypeFieldDescriptionprotected Set
<BackingMapManager> ExtensibleConfigurableCacheFactory.m_setManager
A Set of BackingMapManager instances registered by this factory.Modifier and TypeMethodDescriptionCacheService.getBackingMapManager()
Return a backing map manager used by this CacheService.WrapperCacheService.getBackingMapManager()
Return a backing map manager used by this CacheService.BackingMapManagerContext.getManager()
Return the BackingMapManager this object is a context for.protected BackingMapManager
DefaultConfigurableCacheFactory.instantiateBackingMapManager
(int nSchemeType, XmlElement xmlScheme) Deprecated.Instantiate a BackingMapManager for a given scheme type.Modifier and TypeMethodDescriptionprotected void
DefaultConfigurableCacheFactory.registerBackingMapManager
(BackingMapManager mgr) Deprecated.Register the specified BackingMapManager as a "valid" one.protected void
ExtensibleConfigurableCacheFactory.registerBackingMapManager
(BackingMapManager mgr) Register the specified BackingMapManager as a "valid" one.void
CacheService.setBackingMapManager
(BackingMapManager manager) Set a backing map manager to be used by this CacheService to create underlying stores for the cached data.void
WrapperCacheService.setBackingMapManager
(BackingMapManager manager) Set a backing map manager to be used by this CacheService to create underlying stores for the cached data. -
Uses of BackingMapManager in com.tangosol.net.partition
Modifier and TypeMethodDescriptionObservableSplittingBackingMap.getBackingMapManager()
Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.PartitionAwareBackingMap.getBackingMapManager()
Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.PartitionSplittingBackingMap.getBackingMapManager()
Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.ReadWriteSplittingBackingMap.getBackingMapManager()
Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.ModifierConstructorDescriptionprotected
CapacityAwareMap
(BackingMapManager bmm, String sName) Create a CapacityAwareMap.ObservableSplittingBackingCache
(BackingMapManager bmm, String sName) Create a ObservableSplittingBackingCache that adds ConfigurableCacheMap functionality to an ObservableSplittingBackingMap.ObservableSplittingBackingMap
(BackingMapManager bmm, String sName) Create a ObservableSplittingBackingMap that will delegate each partition's data and operations to a separate backing map.PartitionSplittingBackingMap
(BackingMapManager bmm, String sName) Create a PartitionSplittingBackingMap that will delegate each partition's data and operations to a separate backing map. -
Uses of BackingMapManager in com.tangosol.net.topic
Modifier and TypeClassDescriptionclass
TopicBackingMapManager<D extends TopicDependencies,
S extends NamedTopicScheme> A base class for topic backing map managers. -
Uses of BackingMapManager in com.tangosol.util
Modifier and TypeMethodDescriptionNullImplementation.NullBackingMapManagerContext.getManager()
Return the BackingMapManager this object is a context for.