Class GridCacheAdapter.AtomicReadRepairEntryProcessor<K,V>
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.GridCacheAdapter.AtomicReadRepairEntryProcessor<K,V>
-
- All Implemented Interfaces:
Serializable,javax.cache.processor.EntryProcessor<K,V,Boolean>,CacheEntryProcessor<K,V,Boolean>
- Enclosing class:
- GridCacheAdapter<K,V>
protected static final class GridCacheAdapter.AtomicReadRepairEntryProcessor<K,V> extends Object implements CacheEntryProcessor<K,V,Boolean>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AtomicReadRepairEntryProcessor(V correctedVal, GridCacheVersion primVer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanprocess(javax.cache.processor.MutableEntry<K,V> entry, Object... arguments)
-
-
-
Constructor Detail
-
AtomicReadRepairEntryProcessor
public AtomicReadRepairEntryProcessor(V correctedVal, GridCacheVersion primVer)
- Parameters:
correctedVal- Corrected value.primVer- Primary version.
-
-