Uses of Class
com.tangosol.util.processor.AbstractAsynchronousProcessor
Packages that use AbstractAsynchronousProcessor
Package
Description
Contains classes providing various caching strategies.
Contains concrete
InvocableMap.EntryProcessor
implementations.-
Uses of AbstractAsynchronousProcessor in com.tangosol.net.cache
Subclasses of AbstractAsynchronousProcessor in com.tangosol.net.cacheModifier and TypeClassDescriptionprotected classWraps anAsynchronousProcessorto ensure the result of the EntryProcessor execution is deserialized prior to passing to the provided AsynchronousProcessor. -
Uses of AbstractAsynchronousProcessor in com.tangosol.util.processor
Subclasses of AbstractAsynchronousProcessor in com.tangosol.util.processorModifier and TypeClassDescriptionclassAsynchronousProcessor<K,V, R> AnEntryProcessorwrapper class that allows for an asynchronous invocation of the underlying processor.classAnEntryProcessorwrapper class that allows for an asynchronous invocation of the underlying processor against a single cache entry.classAnEntryProcessorwrapper class that allows for an asynchronous invocation of the underlying processor.