Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
-
Uses of ReadWriteBackingMap in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionprotected 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 ReadWriteBackingMap
ReadWriteBackingMapScheme.instantiateReadWriteBackingMap
(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteBackingMap
ReadWriteBackingMapScheme.instantiateReadWriteBackingMap
(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap using the specified parameters.ReadWriteBackingMapScheme.realizeMap
(ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realize aMap
based on the state of theMapBuilder
, resolvable parameters and providedMapBuilder.Dependencies
. -
Uses of ReadWriteBackingMap in com.tangosol.net
Modifier and TypeMethodDescriptionprotected 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 ReadWriteBackingMap
DefaultConfigurableCacheFactory.instantiateReadWriteBackingMap
(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteBackingMap using the specified parameters. -
Uses of ReadWriteBackingMap in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
Deprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the ReadWriteBackingMap implementation -
Uses of ReadWriteBackingMap in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
A PartitionAwareBackingMap extension to the ReadWriteBackingMap.