Uses of Interface
com.tangosol.io.BinaryStoreManager
- 
Packages that use BinaryStoreManager 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.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.bdb Contains Sleepycat Berkeley DB BinaryStore implementation classes.com.tangosol.io.journal Contains classes related to the journaling services.com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies. - 
- 
Uses of BinaryStoreManager in com.tangosol.coherence.config.builder.storemanager
Methods in com.tangosol.coherence.config.builder.storemanager that return BinaryStoreManager Modifier and Type Method Description BinaryStoreManagerAsyncStoreManagerBuilder. realize(ParameterResolver resolver, ClassLoader loader, boolean fPaged)Realize aBinaryStoreManagergiven the provided parameters.BinaryStoreManagerBinaryStoreManagerBuilder. realize(ParameterResolver resolver, ClassLoader loader, boolean fPaged)Realize aBinaryStoreManagergiven the provided parameters.BinaryStoreManagerCustomStoreManagerBuilder. realize(ParameterResolver resolver, ClassLoader loader, boolean fPaged)Realize aBinaryStoreManagergiven the provided parameters. - 
Uses of BinaryStoreManager in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type BinaryStoreManager Modifier and Type Method Description protected CompactSerializationCacheAbstractJournalScheme. instantiateCompactSerializationCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies, BinaryStoreManager mgr)Construct a CompactSerializationCache using the specified parameters.protected SerializationPagedCachePagedExternalScheme. instantiateSerializationPagedCache(BinaryStoreManager storeMgr, int cPages, int cPageSecs, boolean fBinaryMap, boolean fPassive)Construct an SerializationPagedCache using the specified parameters.protected SerializationPagedCachePagedExternalScheme. instantiateSerializationPagedCache(BinaryStoreManager storeMgr, int cPages, int cPageSecs, ClassLoader loader)Construct an SerializationPagedCache using the specified parameters. - 
Uses of BinaryStoreManager in com.tangosol.io
Classes in com.tangosol.io that implement BinaryStoreManager Modifier and Type Class Description classAsyncBinaryStoreManagerAn AsyncBinaryStoreManager is a wrapper BinaryStoreManager that creates wrapper AsyncBinaryStore objects.Methods in com.tangosol.io that return BinaryStoreManager Modifier and Type Method Description protected BinaryStoreManagerAsyncBinaryStoreManager. getBinaryStoreManager()Constructors in com.tangosol.io with parameters of type BinaryStoreManager Constructor Description AsyncBinaryStoreManager(BinaryStoreManager manager)Construct an AsyncBinaryStoreManager.AsyncBinaryStoreManager(BinaryStoreManager manager, int cbMax)Construct an AsyncBinaryStoreManager. - 
Uses of BinaryStoreManager in com.tangosol.io.bdb
Classes in com.tangosol.io.bdb that implement BinaryStoreManager Modifier and Type Class Description classBerkeleyDBBinaryStoreManagerAn implementation of the BinaryStoreManager interface using Sleepycat Berkeley DB Java Edition. - 
Uses of BinaryStoreManager in com.tangosol.io.journal
Classes in com.tangosol.io.journal that implement BinaryStoreManager Modifier and Type Class Description classAbstractJournalRMThe AbstractJournalRM represents a Journal Resource Manager that manages storage for journaled data, and acts as a shared resource for any number of journals that share a common configuration.classBackupJournalRMThe BackupJournalRM is a "meta" journal resource manager that is intended to be used for storage of "backup" data.classFlashJournalRMA FlashJournalRM manages disk I/O for temporary journal-based files, and acts as a shared resource for any number of journals that share a common configuration.classRamJournalRMA RamJournalRM manages memory buffers for journal-based storage in memory, and acts as a shared resource for any number of journals that share a common configuration. - 
Uses of BinaryStoreManager in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement BinaryStoreManager Modifier and Type Class Description classAbstractStoreManagerA base implementation of BinaryStoreManager interface that usesBinaryMapobjects built on aByteBufferManagerto provideBinaryStoreobjects.classDirectStoreManagerDeprecated.useJournalBinaryStoreinsteadclassMappedStoreManagerAn implementation of BinaryStoreManager interface that usesBinaryMapobjects built on theMappedBufferManagerto provideBinaryStoreobjects. - 
Uses of BinaryStoreManager in com.tangosol.net
Methods in com.tangosol.net that return BinaryStoreManager Modifier and Type Method Description protected BinaryStoreManagerDefaultConfigurableCacheFactory. ensureBackupJournalRM(Cluster cluster)Deprecated.Ensure theBackupJournalRMis configured and started.protected BinaryStoreManagerDefaultConfigurableCacheFactory. ensureFlashJournalRM(Cluster cluster)Deprecated.Ensure theFlashJournalRMis configured and started.protected BinaryStoreManagerDefaultConfigurableCacheFactory. ensureRAMJournalRM(Cluster cluster)Deprecated.Ensure theRamJournalRMis configured and started.protected BinaryStoreManagerDefaultConfigurableCacheFactory. instantiateBinaryStoreManager(XmlElement xmlConfig, ClassLoader loader, boolean fPaged)Deprecated.Create a BinaryStoreManager using the specified XML configuration.Methods in com.tangosol.net with parameters of type BinaryStoreManager Modifier and Type Method Description protected AsyncBinaryStoreManagerDefaultConfigurableCacheFactory. instantiateAsyncBinaryStoreManager(BinaryStoreManager storeMgr, int cbMaxAsync)Deprecated.Construct an AsyncBinaryStoreManager using the specified parameters.protected SerializationPagedCacheDefaultConfigurableCacheFactory. instantiateSerializationPagedCache(BinaryStoreManager storeMgr, int cPages, int cPageSecs, boolean fBinaryMap, boolean fPassive)Deprecated.Construct an SerializationPagedCache using the specified parameters.protected SerializationPagedCacheDefaultConfigurableCacheFactory. 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
Methods in com.tangosol.net.cache that return BinaryStoreManager Modifier and Type Method Description protected BinaryStoreManagerSerializationPagedCache. getBinaryStoreManager()Returns the BinaryStoreManager that provides BinaryStore objects this cache uses for its storage.Constructors in com.tangosol.net.cache with parameters of type BinaryStoreManager Constructor Description BlindCompactSerializationCache(BinaryStoreManager mgr, boolean fBinary)Construct a BlindCompactSerializationCache using the specified BinaryStoreManager, optionally storing only Binary keys and valuesBlindCompactSerializationCache(BinaryStoreManager mgr, ClassLoader loader)Construct a BlindCompactSerializationCache using the specified BinaryStoreManager and classloader.BlindCompactSerializationCache(BinaryStoreManager mgr, ClassLoader loader, boolean fBinary)Construct a BlindCompactSerializationCache using the specified BinaryStoreManager.CompactSerializationCache(BinaryStoreManager mgr, boolean fBinary)Construct a CompactSerializationCache using the specified BinaryStoreManager, optionally storing only Binary keys and valuesCompactSerializationCache(BinaryStoreManager mgr, ClassLoader loader)Construct a CompactSerializationCache using the specified BinaryStoreManager and classloader.CompactSerializationCache(BinaryStoreManager mgr, ClassLoader loader, boolean fBinary)Construct a CompactSerializationCache using the specified BinaryStoreManager.SerializationPagedCache(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. 
 -