Uses of Class
com.tangosol.net.cache.SerializationMap
-
Packages that use SerializationMap 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. -
-
Uses of SerializationMap in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return SerializationMap Modifier and Type Method Description protected 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 SerializationMap Modifier and Type Method Description protected 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.cache Modifier and Type Class Description class
AbstractSerializationCache
An abstract base class for serialization-based caches.class
SerializationCache
A version of SerializationMap that implements an LRU policy.class
SerializationPagedCache
A version of SerializationMap that implements an LRU policy using time-based paging of the cache.
-