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 classContinuousQueryCache.ConverterAsynchronousProcessorWraps anAsynchronousProcessorto 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 AsynchronousProcessorContinuousQueryCache.ConverterAsynchronousProcessor. f_processorThe delegateAsynchronousProcessor.Constructors in com.tangosol.net.cache with parameters of type AsynchronousProcessor Constructor Description ConverterAsynchronousProcessor(AsynchronousProcessor processor)Construct the processor to wrap the providedAsynchronousProcessorin order to ensure results are properly converted prior to return.
-