Uses of Class
com.tangosol.coherence.config.scheme.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
OverflowScheme.setMissCacheScheme
(LocalScheme scheme) Set the miss cache scheme.void
ReadWriteBackingMapScheme.setMissCacheScheme
(LocalScheme scheme) Set the miss cacheScheme
.