Uses of Class
com.tangosol.util.processor.AsynchronousProcessor
-
Packages that use AsynchronousProcessor Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of AsynchronousProcessor in com.tangosol.net.cache
Subclasses of AsynchronousProcessor in com.tangosol.net.cache Modifier and Type Class Description protected class
ContinuousQueryCache.ConverterAsynchronousProcessor
Wraps anAsynchronousProcessor
to ensure the result of the EntryProcessor execution is deserialized prior to passing to the provided AsynchronousProcessor.Fields in com.tangosol.net.cache declared as AsynchronousProcessor Modifier and Type Field Description protected AsynchronousProcessor
ContinuousQueryCache.ConverterAsynchronousProcessor. f_processor
The delegateAsynchronousProcessor
.Constructors in com.tangosol.net.cache with parameters of type AsynchronousProcessor Constructor Description ConverterAsynchronousProcessor(AsynchronousProcessor processor)
Construct the processor to wrap the providedAsynchronousProcessor
in order to ensure results are properly converted prior to return.
-