Uses of Interface
com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilderCustomization
Packages that use BinaryStoreManagerBuilderCustomization
Package
Description
Defines external Store Manager Builder implementations for Coherence caches.
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.
-
Uses of BinaryStoreManagerBuilderCustomization in com.tangosol.coherence.config.builder.storemanager
Classes in com.tangosol.coherence.config.builder.storemanager that implement BinaryStoreManagerBuilderCustomizationModifier and TypeClassDescriptionclass
The AsyncStoreManagerBuilder class builds and instance of an AsyncBinaryStoreManager. -
Uses of BinaryStoreManagerBuilderCustomization in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme that implement BinaryStoreManagerBuilderCustomizationModifier and TypeClassDescriptionclass
TheExternalScheme
class is responsible for building a fully configured instance of a ExternalCache.class
ThePagedExternalScheme
class is responsible for building a fully configured instance of a PagedExternalCache. -
Uses of BinaryStoreManagerBuilderCustomization in com.tangosol.coherence.config.xml.processor
Classes in com.tangosol.coherence.config.xml.processor with type parameters of type BinaryStoreManagerBuilderCustomizationModifier and TypeClassDescriptionclass
ACustomizableBinaryStoreManagerBuilderProcessor
is aCustomizableBuilderProcessor
that additionally processes the required definition of aBinaryStoreManagerBuilder
for those classes supportingBinaryStoreManagerBuilderCustomization
.