Uses of Class
org.cache2k.core.EntryAction
-
Packages that use EntryAction Package Description org.cache2k.core -
-
Uses of EntryAction in org.cache2k.core
Methods in org.cache2k.core that return EntryAction Modifier and Type Method Description protected abstract <R> EntryAction<K,V,R>BaseCache. createEntryAction(K key, Entry<K,V> e, Semantic<K,V,R> op)protected abstract EntryAction<K,V,R>BulkAction. createEntryAction(K key, BulkAction<K,V,R> self)protected <R> EntryAction<K,V,R>HeapCache. createEntryAction(K key, Entry<K,V> e, Semantic<K,V,R> op)protected <R> EntryAction<K,V,R>WiredCache. createEntryAction(K key, Entry<K,V> e, Semantic<K,V,R> op)protected abstract <R> EntryAction<K,V,R>BaseCache. createFireAndForgetAction(Entry<K,V> e, Semantic<K,V,R> op)EntryActionEntry. getEntryAction()Methods in org.cache2k.core that return types with arguments of type EntryAction Modifier and Type Method Description Collection<EntryAction<K,V,R>>BulkAction. getActions()Methods in org.cache2k.core with parameters of type EntryAction Modifier and Type Method Description voidEntryAction. enqueueToExecute(EntryAction v)Called on the processing action to enqueue another action to be executed next.voidBulkAction. entryActionCompleted(EntryAction<K,V,R> ea)Callback upon completion of an entry action.voidEntryAction.CompletedCallback. entryActionCompleted(EntryAction<K,V,R> ea)voidEntry. processingDone(EntryAction action)Set processing state to done and notify all that wait for processing this entry.voidEntry. setEntryAction(EntryAction action)voidEntry. startProcessing(int ps, EntryAction action)Starts long operation on entry.Method parameters in org.cache2k.core with type arguments of type EntryAction Modifier and Type Method Description voidBulkResultCollector. putAll(Collection<EntryAction<K,V,V>> actions)
-