Uses of Interface
com.tangosol.net.cache.BinaryEntryStore
Packages that use BinaryEntryStore
Package
Description
Defines the Coherence configuration object model classes and interfaces for
 Caching and Service Schemes.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
- 
Uses of BinaryEntryStore in com.tangosol.coherence.config.schemeMethods in com.tangosol.coherence.config.scheme with parameters of type BinaryEntryStoreModifier and TypeMethodDescriptionprotected ReadWriteBackingMapReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, boolean fWriteBehindRemove) Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteSplittingBackingMapReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, boolean fWriteBehindRemove) Construct a ReadWriteSplittingBackingMap using the specified parameters.
- 
Uses of BinaryEntryStore in com.tangosol.coherence.jcache.partitionedcacheClasses in com.tangosol.coherence.jcache.partitionedcache that implement BinaryEntryStoreModifier and TypeClassDescriptionclassGeneric Coherence BinaryEntryStore for Coherence JCache Adapter.
- 
Uses of BinaryEntryStore in com.tangosol.netMethods in com.tangosol.net with parameters of type BinaryEntryStoreModifier and TypeMethodDescriptionprotected ReadWriteBackingMapDefaultConfigurableCacheFactory.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteSplittingBackingMapDefaultConfigurableCacheFactory.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteSplittingBackingMap using the specified parameters.
- 
Uses of BinaryEntryStore in com.tangosol.net.cacheMethods in com.tangosol.net.cache that return BinaryEntryStoreModifier and TypeMethodDescriptionReadWriteBackingMap.BinaryEntryStoreWrapper.getBinaryEntryStore()The wrapped BinaryEntryStore.Methods in com.tangosol.net.cache with parameters of type BinaryEntryStoreModifier and TypeMethodDescriptionprotected ReadWriteBackingMap.StoreWrapperReadWriteBackingMap.instantiateCacheStoreWrapper(BinaryEntryStore store) Factory pattern: Instantiate a StoreWrapper wrapper around the passed BinaryEntryStore.Constructors in com.tangosol.net.cache with parameters of type BinaryEntryStoreModifierConstructorDescriptionConstruct a BinaryEntryStoreWrapper.ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap based on a BinaryEntryStore.ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, boolean fWriteBehindRemove) Construct a ReadWriteBackingMap based on a BinaryEntryStore.
- 
Uses of BinaryEntryStore in com.tangosol.net.partitionConstructors in com.tangosol.net.partition with parameters of type BinaryEntryStoreModifierConstructorDescriptionReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, boolean fWriteBehindRemove) Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.