Uses of Class
javax.cache.processor.EntryProcessorException
-
Packages that use EntryProcessorException Package Description javax.cache This package contains the API for JCache.javax.cache.processor This package contains the API for Entry Processors. -
-
Uses of EntryProcessorException in javax.cache
Methods in javax.cache that throw EntryProcessorException Modifier and Type Method Description <T> T
Cache. invoke(K key, EntryProcessor<K,V,T> entryProcessor, Object... arguments)
Invokes anEntryProcessor
against theCache.Entry
specified by the provided key. -
Uses of EntryProcessorException in javax.cache.processor
Methods in javax.cache.processor that throw EntryProcessorException Modifier and Type Method Description T
EntryProcessorResult. get()
Obtain the result of processing an entry with anEntryProcessor
.T
EntryProcessor. process(MutableEntry<K,V> entry, Object... arguments)
Process an entry.
-