Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap
Packages that use 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
Methods in com.tangosol.coherence.config.scheme that return ReadWriteBackingMapModifier 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 ReadWriteBackingMapReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, boolean fWriteBehindRemove) Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteBackingMapReadWriteBackingMapScheme.instantiateReadWriteBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, boolean fWriteBehindRemove) Construct a ReadWriteBackingMap using the specified parameters.ReadWriteBackingMapScheme.realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realize aMapbased on the state of theMapBuilder, resolvable parameters and providedMapBuilder.Dependencies. -
Uses of ReadWriteBackingMap in com.tangosol.net
Methods in com.tangosol.net that return ReadWriteBackingMapModifier 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 ReadWriteBackingMapDefaultConfigurableCacheFactory.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.cacheModifier and TypeClassDescriptionclassDeprecated.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.partitionModifier and TypeClassDescriptionclassA PartitionAwareBackingMap extension to the ReadWriteBackingMap.