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