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 TypeClassDescriptionclass
The AbstractNioManagerBuilder class is an abstract class used to build an NIO file manager or an NIO memory manager.class
The AbstractStoreManagerBuilder class builds an instance of a BinaryStoreManager.class
The AsyncStoreManagerBuilder class builds and instance of an AsyncBinaryStoreManager.class
The BdbStoreManagerBuilder class builds an instance of a BerkeleyDBBinaryStoreManager.class
The CustomStoreManagerBuilder class builds an instance of a custom BinaryStoreManager.class
The NioFileManagerBuilder class builds an instance of a MappedStoreManager.Methods in com.tangosol.coherence.config.builder.storemanager that return BinaryStoreManagerBuilderModifier and TypeMethodDescriptionAsyncStoreManagerBuilder.getBinaryStoreManagerBuilder()
Obtains theBinaryStoreManagerBuilder
for theBinaryStoreManager
.BinaryStoreManagerBuilderCustomization.getBinaryStoreManagerBuilder()
Obtains theBinaryStoreManagerBuilder
for theBinaryStoreManager
.Methods in com.tangosol.coherence.config.builder.storemanager with parameters of type BinaryStoreManagerBuilderModifier and TypeMethodDescriptionvoid
AsyncStoreManagerBuilder.setBinaryStoreManagerBuilder
(BinaryStoreManagerBuilder bldr) Sets theBinaryStoreManagerBuilder
for theBinaryStoreManager
.void
BinaryStoreManagerBuilderCustomization.setBinaryStoreManagerBuilder
(BinaryStoreManagerBuilder bldr) Sets theBinaryStoreManagerBuilder
for theBinaryStoreManager
. -
Uses of BinaryStoreManagerBuilder in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return BinaryStoreManagerBuilderModifier and TypeMethodDescriptionExternalScheme.getBinaryStoreManagerBuilder()
Obtains theBinaryStoreManagerBuilder
for theBinaryStoreManager
.PagedExternalScheme.getBinaryStoreManagerBuilder()
Obtains theBinaryStoreManagerBuilder
for theBinaryStoreManager
.Methods in com.tangosol.coherence.config.scheme with parameters of type BinaryStoreManagerBuilderModifier and TypeMethodDescriptionvoid
ExternalScheme.setBinaryStoreManagerBuilder
(BinaryStoreManagerBuilder bldr) Sets theBinaryStoreManagerBuilder
for theBinaryStoreManager
.void
PagedExternalScheme.setBinaryStoreManagerBuilder
(BinaryStoreManagerBuilder bldr) Sets theBinaryStoreManagerBuilder
for theBinaryStoreManager
.