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 classAsyncStoreManagerBuilderThe 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 classExternalSchemeTheExternalSchemeclass is responsible for building a fully configured instance of a ExternalCache.classPagedExternalSchemeThePagedExternalSchemeclass 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 classCustomizableBinaryStoreManagerBuilderProcessor<T extends BinaryStoreManagerBuilderCustomization>ACustomizableBinaryStoreManagerBuilderProcessoris aCustomizableBuilderProcessorthat additionally processes the required definition of aBinaryStoreManagerBuilderfor those classes supportingBinaryStoreManagerBuilderCustomization. 
 -