Package org.cache2k.core.operation
Class Semantic.Update<K,V,R>
- java.lang.Object
-
- org.cache2k.core.operation.Semantic.Base<K,V,R>
-
- org.cache2k.core.operation.Semantic.MightUpdate<K,V,R>
-
- org.cache2k.core.operation.Semantic.Update<K,V,R>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cache2k.core.operation.Semantic
Semantic.Base<K,V,R>, Semantic.InsertOrUpdate<K,V,R>, Semantic.MightUpdate<K,V,R>, Semantic.Read<K,V,R>, Semantic.Update<K,V,R>
-
-
Constructor Summary
Constructors Constructor Description Update()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexamine(K key, Progress<K,V,R> c, ExaminationEntry<K,V> e)Unconditionally request mutation lock.-
Methods inherited from class org.cache2k.core.operation.Semantic.MightUpdate
start
-
Methods inherited from class org.cache2k.core.operation.Semantic.Base
loaded
-
-