Uses of Class
com.tangosol.net.partition.ReadWriteSplittingBackingMap
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
-
Uses of ReadWriteSplittingBackingMap in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionprotected ReadWriteSplittingBackingMap
ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap
(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, BinaryEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap using the specified parameters.protected ReadWriteSplittingBackingMap
ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap
(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap using the specified parameters.protected ReadWriteSplittingBackingMap
ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap
(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap using the specified parameters. -
Uses of ReadWriteSplittingBackingMap in com.tangosol.net
Modifier and TypeMethodDescriptionprotected 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.protected ReadWriteSplittingBackingMap
DefaultConfigurableCacheFactory.instantiateReadWriteSplittingBackingMap
(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteSplittingBackingMap using the specified parameters.