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 SerializationMapExternalScheme.instantiateSerializationMap(BinaryStore store, boolean fBinaryMap) Construct an SerializationMap using the specified parameters.protected SerializationMapExternalScheme.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 SerializationMapDefaultConfigurableCacheFactory.instantiateSerializationMap(BinaryStore store, boolean fBinaryMap) Deprecated.Construct an SerializationMap using the specified parameters.protected SerializationMapDefaultConfigurableCacheFactory.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 TypeClassDescriptionclassAn abstract base class for serialization-based caches.classA version of SerializationMap that implements an LRU policy.classA version of SerializationMap that implements an LRU policy using time-based paging of the cache.