Uses of Class
org.apache.ignite.internal.processors.cache.extras.GridCacheObsoleteEntryExtras
-
Packages that use GridCacheObsoleteEntryExtras Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht -
-
Uses of GridCacheObsoleteEntryExtras in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheObsoleteEntryExtras Modifier and Type Method Description protected booleanGridCacheMapEntry. markObsolete0(GridCacheVersion ver, boolean clear, GridCacheObsoleteEntryExtras extras)Note thatGridCacheMapEntry.onMarkedObsolete()should always be called after this method returnstrue. -
Uses of GridCacheObsoleteEntryExtras in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheObsoleteEntryExtras Modifier and Type Method Description booleanGridDhtCacheEntry. clearInternal(GridCacheVersion ver, GridCacheObsoleteEntryExtras extras)Marks entry as obsolete and, if possible or required, removes it from swap storage.
-