Uses of Interface
org.cache2k.core.operation.Progress
-
Packages that use Progress Package Description org.cache2k.core org.cache2k.core.operation -
-
Uses of Progress in org.cache2k.core
Classes in org.cache2k.core that implement Progress Modifier and Type Class Description classEntryAction<K,V,R>This is a method object to perform an operation on an entry. -
Uses of Progress in org.cache2k.core.operation
Methods in org.cache2k.core.operation with parameters of type Progress Modifier and Type Method Description voidOperations.ExpireEvent. examine(K key, Progress<K,V,Void> c, ExaminationEntry<K,V> e)voidSemantic. examine(K key, Progress<K,V,R> c, ExaminationEntry<K,V> e)Called with the entry containing the recent content.voidSemantic.InsertOrUpdate. examine(K key, Progress<K,V,R> c, ExaminationEntry<K,V> e)Instruct to lock the entry for the update.voidSemantic.Update. examine(K key, Progress<K,V,R> c, ExaminationEntry<K,V> e)Unconditionally request mutation lock.voidSemantic.Base. loaded(K key, Progress<K,V,R> c, ExaminationEntry<K,V> e)By default a load returns always the value as result.voidSemantic. loaded(K key, Progress<K,V,R> c, ExaminationEntry<K,V> e)Load is complete.voidOperations.ExpireEvent. mutate(K key, Progress<K,V,Void> c, ExaminationEntry<K,V> e)voidSemantic. mutate(K key, Progress<K,V,R> c, ExaminationEntry<K,V> e)Perform the mutation.voidSemantic.Read. mutate(K key, Progress<K,V,R> c, ExaminationEntry<K,V> e)No operation.voidSemantic.InsertOrUpdate. start(K key, Progress<K,V,R> c)Instruct to lock the entry for the update.voidSemantic.MightUpdate. start(K key, Progress<K,V,R> c)Reqeust latest datavoidSemantic.Read. start(K key, Progress<K,V,R> c)Instruct to provide the cache contentvoidSemantic. start(K key, Progress<K,V,R> c)Start of the operation.
-