Uses of Interface
com.tangosol.coherence.config.builder.MapBuilder
Packages that use MapBuilder
Package
Description
Defines the Coherence configuration object model classes and interfaces for
 Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
 Configuration files.
Contains basic cluster interfaces and factories.
- 
Uses of MapBuilder in com.tangosol.coherence.config.scheme
Subinterfaces of MapBuilder in com.tangosol.coherence.config.schemeModifier and TypeInterfaceDescriptioninterfaceTheCachingSchemeis a multi-builder for cache-based infrastructure.interfaceAnObservableCachingSchemeis aCachingSchemethat supports defining and addingMapListeners to realizedMaps andNamedCaches.Classes in com.tangosol.coherence.config.scheme that implement MapBuilderModifier and TypeClassDescriptionclassAbstractCachingScheme<D extends ServiceDependencies>AnAbstractCachingSchemeis a base implementation for anCachingScheme.classTheAbstractCompositeSchememanages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.classTheAbstractJournalSchemecontains functionality common to all Journal schemes.classTheAbstractLocalCachingSchemeis provides common functionality for local caching schemes, including local-scheme, external-scheme, etc.classTheBackingMapSchemeclass is responsible for building a fully configured instance of a backing map.classBaseGrpcCacheScheme<S extends Service>TheBaseGrpcCacheSchemeis responsible for building a remote gRPC cache service.classBaseGrpcScheme<T extends com.tangosol.internal.net.grpc.DefaultRemoteGrpcServiceDependencies,S extends Service> TheBaseGrpcSchemeis responsible for building a remote gRPC service.classTheCaffeineSchemeclass is responsible for building a fully configured instance of aCaffeineCache.classTheClassSchemeclass is responsible for building customCachingSchemes and customCacheStoreSchemes.classThis scheme is internally used to provide theParameterizedBuilderthat constructs theview-filterfor theViewScheme.classclassTheDistributedSchemeclass builds a distributed cache.classTheExternalSchemeclass is responsible for building a fully configured instance of a ExternalCache.classTheFlashJournalSchemeis used to create an instance of a Flash Journal map.classTheLocalSchemeclass is responsible for building a fully configured instance of a LocalCache.classTheNearSchemeis used to realize (create) an instance of a NearCache.classTheOptimisticSchemeclass builds an optimistic cache.classclassThePagedExternalSchemeclass is responsible for building a fully configured instance of a PagedExternalCache.classAPagedTopicSchemeis responsible for building a topic.classA scheme that builds the inner scheme of the backing map scheme of a topic.classTheProxySchemeclass builds a Proxy scheme.classTheRamJournalSchemeis used to create an instance of a Ram Journal map.classTheRemoteCacheSchemeis responsible for creating a fully configured ReadWriteBackingMap.classTheRemoteCacheSchemeis responsible for building a remote cache.classTheReplicatedSchemeclass builds replicated cache.classTheTransactionalSchemeclass builds a transactional cache.classA Scheme that realizes both services and caches for Coherence 12.2.1.4 feature named 'views'.classA simple implementation of theCachingSchemeinterface built as a wrapper around another CachingScheme implementation.Methods in com.tangosol.coherence.config.scheme with parameters of type MapBuilderModifier and TypeMethodDescriptionintBackupMapConfig.resolveType(ParameterResolver resolver, MapBuilder bldrPrimaryMap) Resolve the backup map type using the configuration specified by the application.intDistributedScheme.BackupConfig.resolveType(ParameterResolver resolver, MapBuilder bldrPrimaryMap) Resolve the backup map type using the configuration specified by the application. - 
Uses of MapBuilder in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return MapBuilderModifier and TypeMethodDescriptionInternalCacheSchemeProcessor.process(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value. - 
Uses of MapBuilder in com.tangosol.net
Methods in com.tangosol.net with parameters of type MapBuilderModifier and TypeMethodDescriptionprotected MapExtensibleConfigurableCacheFactory.Manager.instantiatePartitionedBackingMap(MapBuilder bldrMap, ParameterResolver resolver, MapBuilder.Dependencies dependencies, CachingScheme scheme) Instantiate a partitioned backing map (an instance ofObservableSplittingBackingMap) usingExtensibleConfigurableCacheFactory.PartitionedBackingMapManager.Constructors in com.tangosol.net with parameters of type MapBuilderModifierConstructorDescriptionprotectedPartitionedBackingMapManager(ExtensibleConfigurableCacheFactory factory, MapBuilder.Dependencies dependencies, ParameterResolver resolver, MapBuilder bldrMap) Create a PartitionedBackingMapManager object.