Uses of Interface
com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilderCustomization
-
Packages that use BinaryStoreManagerBuilderCustomization Package Description com.tangosol.coherence.config.builder.storemanager Defines external Store Manager Builder implementations for Coherence caches.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml.processor 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 BinaryStoreManagerBuilderCustomization Modifier and Type Class Description class
AsyncStoreManagerBuilder
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 BinaryStoreManagerBuilderCustomization Modifier and Type Class Description class
ExternalScheme
TheExternalScheme
class is responsible for building a fully configured instance of a ExternalCache.class
PagedExternalScheme
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 BinaryStoreManagerBuilderCustomization Modifier and Type Class Description class
CustomizableBinaryStoreManagerBuilderProcessor<T extends BinaryStoreManagerBuilderCustomization>
ACustomizableBinaryStoreManagerBuilderProcessor
is aCustomizableBuilderProcessor
that additionally processes the required definition of aBinaryStoreManagerBuilder
for those classes supportingBinaryStoreManagerBuilderCustomization
.
-