Uses of Class
com.tangosol.net.AbstractBackingMapManager
Packages that use AbstractBackingMapManager
Package
Description
Contains basic cluster interfaces and factories.
Contains classes that providing topic entities for publish/subscribe messaging.
- 
Uses of AbstractBackingMapManager in com.tangosol.net
Subclasses of AbstractBackingMapManager in com.tangosol.netModifier and TypeClassDescriptionclassDeprecated.BackingMapManager implementation that uses the configuration XML to create the required backing maps and provides client access to those maps.protected classDeprecated.BackingMapManager implementation used by PartitionAwareBackingMap(s) to lazily configure the enclosing PABM based on the configuration settings of the enclosed maps.static classThe Manager class uses builders to create the required backing maps and provides client access to those maps.static classThe PartitionedBackingMapManager is used by PartitionAwareBackingMap(s) to lazily configure the enclosing PABM based on the configuration settings of the enclosed maps. - 
Uses of AbstractBackingMapManager in com.tangosol.net.topic
Subclasses of AbstractBackingMapManager in com.tangosol.net.topicModifier and TypeClassDescriptionclassTopicBackingMapManager<D extends TopicDependencies,S extends NamedTopicScheme> A base class for topic backing map managers.