Uses of Class
com.tangosol.util.processor.AsynchronousProcessor
Packages that use AsynchronousProcessor
-
Uses of AsynchronousProcessor in com.tangosol.net.cache
Subclasses of AsynchronousProcessor 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.Fields in com.tangosol.net.cache declared as AsynchronousProcessorModifier and TypeFieldDescriptionprotected final AsynchronousProcessor
ContinuousQueryCache.ConverterAsynchronousProcessor.f_processor
The delegateAsynchronousProcessor
.Constructors in com.tangosol.net.cache with parameters of type AsynchronousProcessorModifierConstructorDescriptionConstruct the processor to wrap the providedAsynchronousProcessor
in order to ensure results are properly converted prior to return.