Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap
-
Packages that use ReadWriteBackingMap Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.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 ReadWriteBackingMap in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return ReadWriteBackingMap 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 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.ReadWriteBackingMap
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
Methods in com.tangosol.net that return ReadWriteBackingMap 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 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
Subclasses of ReadWriteBackingMap in com.tangosol.net.cache Modifier and Type Class Description class
VersionedBackingMap
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
Subclasses of ReadWriteBackingMap in com.tangosol.net.partition Modifier and Type Class Description class
ReadWriteSplittingBackingMap
A PartitionAwareBackingMap extension to the ReadWriteBackingMap.
-