Uses of Interface
com.tangosol.net.cache.BinaryEntryStore
-
Packages that use BinaryEntryStore Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of BinaryEntryStore in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type BinaryEntryStore Modifier and Type Method Description protected ReadWriteBackingMap
ReadWriteBackingMapScheme. instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteSplittingBackingMap
ReadWriteBackingMapScheme. instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
Construct a ReadWriteSplittingBackingMap using the specified parameters. -
Uses of BinaryEntryStore in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement BinaryEntryStore Modifier and Type Class Description class
PartitionedCacheBinaryEntryStore<K,V>
Generic Coherence BinaryEntryStore for Coherence JCache Adapter. -
Uses of BinaryEntryStore in com.tangosol.net
Methods in com.tangosol.net with parameters of type BinaryEntryStore Modifier and Type Method Description protected ReadWriteBackingMap
DefaultConfigurableCacheFactory. instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
Deprecated.Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteSplittingBackingMap
DefaultConfigurableCacheFactory. 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.cache
Methods in com.tangosol.net.cache that return BinaryEntryStore Modifier and Type Method Description BinaryEntryStore
ReadWriteBackingMap.BinaryEntryStoreWrapper. getBinaryEntryStore()
The wrapped BinaryEntryStore.Methods in com.tangosol.net.cache with parameters of type BinaryEntryStore Modifier and Type Method Description protected ReadWriteBackingMap.StoreWrapper
ReadWriteBackingMap. instantiateCacheStoreWrapper(BinaryEntryStore store)
Factory pattern: Instantiate a StoreWrapper wrapper around the passed BinaryEntryStore.Constructors in com.tangosol.net.cache with parameters of type BinaryEntryStore Constructor Description BinaryEntryStoreWrapper(BinaryEntryStore store)
Construct a BinaryEntryStoreWrapper.ReadWriteBackingMap(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
Construct a ReadWriteBackingMap based on a BinaryEntryStore. -
Uses of BinaryEntryStore in com.tangosol.net.partition
Constructors in com.tangosol.net.partition with parameters of type BinaryEntryStore Constructor Description ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
-