Uses of Class
com.tangosol.net.cache.SerializationMap
Packages that use SerializationMap
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.
-
Uses of SerializationMap in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return SerializationMapModifier and TypeMethodDescriptionprotected SerializationMap
ExternalScheme.instantiateSerializationMap
(BinaryStore store, boolean fBinaryMap) Construct an SerializationMap using the specified parameters.protected SerializationMap
ExternalScheme.instantiateSerializationMap
(BinaryStore store, ClassLoader loader) Construct an SerializationMap using the specified parameters. -
Uses of SerializationMap in com.tangosol.net
Methods in com.tangosol.net that return SerializationMapModifier and TypeMethodDescriptionprotected SerializationMap
DefaultConfigurableCacheFactory.instantiateSerializationMap
(BinaryStore store, boolean fBinaryMap) Deprecated.Construct an SerializationMap using the specified parameters.protected SerializationMap
DefaultConfigurableCacheFactory.instantiateSerializationMap
(BinaryStore store, ClassLoader loader) Deprecated.Construct an SerializationMap using the specified parameters. -
Uses of SerializationMap in com.tangosol.net.cache
Subclasses of SerializationMap in com.tangosol.net.cacheModifier and TypeClassDescriptionclass
An abstract base class for serialization-based caches.class
A version of SerializationMap that implements an LRU policy.class
A version of SerializationMap that implements an LRU policy using time-based paging of the cache.