Uses of Class
com.tangosol.net.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
Modifier and TypeClassDescriptionclass
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. -
Uses of AbstractBackingMapManager in com.tangosol.net.topic
Modifier and TypeClassDescriptionclass
TopicBackingMapManager<D extends TopicDependencies,
S extends NamedTopicScheme> A base class for topic backing map managers.