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