Uses of Interface
com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder
Packages that use BinaryStoreManagerBuilder
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.
- 
Uses of BinaryStoreManagerBuilder in com.tangosol.coherence.config.builder.storemanager
Classes in com.tangosol.coherence.config.builder.storemanager that implement BinaryStoreManagerBuilderModifier 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.Methods in com.tangosol.coherence.config.builder.storemanager that return BinaryStoreManagerBuilderModifier and TypeMethodDescriptionAsyncStoreManagerBuilder.getBinaryStoreManagerBuilder()Obtains theBinaryStoreManagerBuilderfor theBinaryStoreManager.BinaryStoreManagerBuilderCustomization.getBinaryStoreManagerBuilder()Obtains theBinaryStoreManagerBuilderfor theBinaryStoreManager.Methods in com.tangosol.coherence.config.builder.storemanager with parameters of type BinaryStoreManagerBuilderModifier and TypeMethodDescriptionvoidAsyncStoreManagerBuilder.setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder bldr) Sets theBinaryStoreManagerBuilderfor theBinaryStoreManager.voidBinaryStoreManagerBuilderCustomization.setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder bldr) Sets theBinaryStoreManagerBuilderfor theBinaryStoreManager. - 
Uses of BinaryStoreManagerBuilder in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return BinaryStoreManagerBuilderModifier and TypeMethodDescriptionExternalScheme.getBinaryStoreManagerBuilder()Obtains theBinaryStoreManagerBuilderfor theBinaryStoreManager.PagedExternalScheme.getBinaryStoreManagerBuilder()Obtains theBinaryStoreManagerBuilderfor theBinaryStoreManager.Methods in com.tangosol.coherence.config.scheme with parameters of type BinaryStoreManagerBuilderModifier and TypeMethodDescriptionvoidExternalScheme.setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder bldr) Sets theBinaryStoreManagerBuilderfor theBinaryStoreManager.voidPagedExternalScheme.setBinaryStoreManagerBuilder(BinaryStoreManagerBuilder bldr) Sets theBinaryStoreManagerBuilderfor theBinaryStoreManager.