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 class
Wraps anAsynchronousProcessor
to 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 TypeClassDescriptionclass
AsynchronousProcessor<K,
V, R> AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor.class
AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor against a single cache entry.class
AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor.