Uses of Class
com.tangosol.net.cache.SimpleSerializationMap
-
Packages that use SimpleSerializationMap 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. -
-
Uses of SimpleSerializationMap in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return SimpleSerializationMap Modifier and Type Method Description protected SimpleSerializationMap
ExternalScheme. instantiateSimpleSerializationMap(BinaryStore store, boolean fBinaryMap)
Construct a SimpleSerializationMap using the specified parameters.protected SimpleSerializationMap
ExternalScheme. instantiateSimpleSerializationMap(BinaryStore store, ClassLoader loader)
Construct a SimpleSerializationMap using the specified parameters. -
Uses of SimpleSerializationMap in com.tangosol.net
Methods in com.tangosol.net that return SimpleSerializationMap Modifier and Type Method Description protected SimpleSerializationMap
DefaultConfigurableCacheFactory. instantiateSimpleSerializationMap(BinaryStore store, boolean fBinaryMap)
Deprecated.Construct a SimpleSerializationMap using the specified parameters.protected SimpleSerializationMap
DefaultConfigurableCacheFactory. instantiateSimpleSerializationMap(BinaryStore store, ClassLoader loader)
Deprecated.Construct a SimpleSerializationMap using the specified parameters.
-