Uses of Interface
com.tangosol.coherence.config.builder.storemanager.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
Modifier and TypeClassDescriptionclass
The AsyncStoreManagerBuilder class builds and instance of an AsyncBinaryStoreManager. -
Uses of BinaryStoreManagerBuilderCustomization in com.tangosol.coherence.config.scheme
Modifier 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
Modifier and TypeClassDescriptionclass
ACustomizableBinaryStoreManagerBuilderProcessor
is aCustomizableBuilderProcessor
that additionally processes the required definition of aBinaryStoreManagerBuilder
for those classes supportingBinaryStoreManagerBuilderCustomization
.