Uses of Interface
com.tangosol.coherence.config.builder.BuilderCustomization
Packages that use BuilderCustomization
Package
Description
Defines the typical runtime configuration builders for the Coherence
 configuration object model.
Defines external Store Manager Builder implementations for Coherence caches.
Defines the Coherence configuration object model classes and interfaces for
 Caching and Service Schemes.
- 
Uses of BuilderCustomization in com.tangosol.coherence.config.builder
Classes in com.tangosol.coherence.config.builder that implement BuilderCustomizationModifier and TypeClassDescriptionclassTheDefaultBuilderCustomizationclass is the default implementation ofBuilderCustomization.classTheElementCalculatorBuilderclass builds anNamedTopic.ElementCalculator.classTheEvictionPolicyBuilderbuilds aConfigurableCacheMap.EvictionPolicy.classAn NamedEventInterceptorBuilder facilitates the construction of aNamedEventInterceptor, which wraps anEventInterceptor.classclassTheReadLocatorBuilderclass builds aBiFunctionthat given the currentownershipof a partition andservicewill return amemberto target reads against.classTheUnitCalculatorBuilderclass builds aConfigurableCacheMap.UnitCalculator. - 
Uses of BuilderCustomization in com.tangosol.coherence.config.builder.storemanager
Classes in com.tangosol.coherence.config.builder.storemanager that implement BuilderCustomizationModifier and TypeClassDescriptionclassThe AbstractNioManagerBuilder class is an abstract class used to build an NIO file manager or an NIO memory manager.classThe AbstractStoreManagerBuilder class builds an instance of a BinaryStoreManager.classThe AsyncStoreManagerBuilder class builds and instance of an AsyncBinaryStoreManager.classThe BdbStoreManagerBuilder class builds an instance of a BerkeleyDBBinaryStoreManager.classThe CustomStoreManagerBuilder class builds an instance of a custom BinaryStoreManager.classThe NioFileManagerBuilder class builds an instance of a MappedStoreManager. - 
Uses of BuilderCustomization in com.tangosol.coherence.config.scheme
Subinterfaces of BuilderCustomization in com.tangosol.coherence.config.schemeModifier and TypeInterfaceDescriptioninterfaceTheBackupMapConfiginterface exposes the configuration needed to create an instance of a backup map, which is used by the distributed cache to store backup data.Classes in com.tangosol.coherence.config.scheme that implement BuilderCustomizationModifier and TypeClassDescriptionclassTheAbstractCompositeSchememanages 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.classTheCacheStoreSchemeclass is responsible for building a fully configured instance of a CacheStore, CacheLoader or remote NamedCache.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.classstatic classTheDistributedScheme.BackupConfigclass manages configuration for the partitioned cache backup map.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.classclassThePagedExternalSchemeclass is responsible for building a fully configured instance of a PagedExternalCache.classTheRamJournalSchemeis used to create an instance of a Ram Journal map.classTheRemoteCacheSchemeis responsible for creating a fully configured ReadWriteBackingMap.classA Scheme that realizes both services and caches for Coherence 12.2.1.4 feature named 'views'.