Uses of Interface
com.tangosol.io.BinaryStoreManager
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.
Contains classes providing cache persistence of serialized objects.
Contains Sleepycat Berkeley DB BinaryStore implementation classes.
Contains classes related to J2SE 1.4 NIO functionality.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
-
Uses of BinaryStoreManager in com.tangosol.coherence.config.builder.storemanager
Modifier and TypeMethodDescriptionAsyncStoreManagerBuilder.realize
(ParameterResolver resolver, ClassLoader loader, boolean fPaged) Realize aBinaryStoreManager
given the provided parameters.BinaryStoreManagerBuilder.realize
(ParameterResolver resolver, ClassLoader loader, boolean fPaged) Realize aBinaryStoreManager
given the provided parameters.CustomStoreManagerBuilder.realize
(ParameterResolver resolver, ClassLoader loader, boolean fPaged) Realize aBinaryStoreManager
given the provided parameters. -
Uses of BinaryStoreManager in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionprotected SerializationPagedCache
PagedExternalScheme.instantiateSerializationPagedCache
(BinaryStoreManager storeMgr, int cPages, int cPageSecs, boolean fBinaryMap, boolean fPassive) Construct an SerializationPagedCache using the specified parameters.protected SerializationPagedCache
PagedExternalScheme.instantiateSerializationPagedCache
(BinaryStoreManager storeMgr, int cPages, int cPageSecs, ClassLoader loader) Construct an SerializationPagedCache using the specified parameters. -
Uses of BinaryStoreManager in com.tangosol.io
Modifier and TypeClassDescriptionclass
An AsyncBinaryStoreManager is a wrapper BinaryStoreManager that creates wrapper AsyncBinaryStore objects.Modifier and TypeMethodDescriptionprotected BinaryStoreManager
AsyncBinaryStoreManager.getBinaryStoreManager()
ModifierConstructorDescriptionConstruct an AsyncBinaryStoreManager.AsyncBinaryStoreManager
(BinaryStoreManager manager, int cbMax) Construct an AsyncBinaryStoreManager. -
Uses of BinaryStoreManager in com.tangosol.io.bdb
Modifier and TypeClassDescriptionclass
An implementation of the BinaryStoreManager interface using Sleepycat Berkeley DB Java Edition. -
Uses of BinaryStoreManager in com.tangosol.io.nio
Modifier and TypeClassDescriptionclass
A base implementation of BinaryStoreManager interface that usesBinaryMap
objects built on aByteBufferManager
to provideBinaryStore
objects.class
An implementation of BinaryStoreManager interface that usesBinaryMap
objects built on theMappedBufferManager
to provideBinaryStore
objects. -
Uses of BinaryStoreManager in com.tangosol.net
Modifier and TypeMethodDescriptionprotected BinaryStoreManager
DefaultConfigurableCacheFactory.instantiateBinaryStoreManager
(XmlElement xmlConfig, ClassLoader loader, boolean fPaged) Deprecated.Create a BinaryStoreManager using the specified XML configuration.Modifier and TypeMethodDescriptionprotected AsyncBinaryStoreManager
DefaultConfigurableCacheFactory.instantiateAsyncBinaryStoreManager
(BinaryStoreManager storeMgr, int cbMaxAsync) Deprecated.Construct an AsyncBinaryStoreManager using the specified parameters.protected SerializationPagedCache
DefaultConfigurableCacheFactory.instantiateSerializationPagedCache
(BinaryStoreManager storeMgr, int cPages, int cPageSecs, boolean fBinaryMap, boolean fPassive) Deprecated.Construct an SerializationPagedCache using the specified parameters.protected SerializationPagedCache
DefaultConfigurableCacheFactory.instantiateSerializationPagedCache
(BinaryStoreManager storeMgr, int cPages, int cPageSecs, ClassLoader loader) Deprecated.Construct an SerializationPagedCache using the specified parameters. -
Uses of BinaryStoreManager in com.tangosol.net.cache
Modifier and TypeMethodDescriptionprotected BinaryStoreManager
SerializationPagedCache.getBinaryStoreManager()
Returns the BinaryStoreManager that provides BinaryStore objects this cache uses for its storage.ModifierConstructorDescriptionSerializationPagedCache
(BinaryStoreManager storemgr, int cPages, int cPageSecs) Construct a SerializationPagedCache on top of a BinaryStoreManager.SerializationPagedCache
(BinaryStoreManager storemgr, int cPages, int cPageSecs, boolean fBinaryMap, boolean fPassive) Construct a SerializationPagedCache on top of a BinaryStoreManager.SerializationPagedCache
(BinaryStoreManager storemgr, int cPages, int cPageSecs, ClassLoader loader) Construct a SerializationPagedCache on top of a BinaryStoreManager.