Uses of Class
com.tangosol.net.cache.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
Modifier 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
Modifier 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
Modifier 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.