Uses of Class
com.tangosol.coherence.config.scheme.LocalScheme
Packages that use LocalScheme
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
-
Uses of LocalScheme in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return LocalSchemeModifier and TypeMethodDescriptionOverflowScheme.getMissCacheScheme()
Return the scheme for the cache used to maintain information on cache misses.ReadWriteBackingMapScheme.getMissCacheScheme()
Return theScheme
for the cache used to maintain information on cache misses.Methods in com.tangosol.coherence.config.scheme with parameters of type LocalSchemeModifier and TypeMethodDescriptionvoid
OverflowScheme.setMissCacheScheme
(LocalScheme scheme) Set the miss cache scheme.void
ReadWriteBackingMapScheme.setMissCacheScheme
(LocalScheme scheme) Set the miss cacheScheme
.