Uses of Class
com.tangosol.util.processor.AsynchronousProcessor
Packages that use AsynchronousProcessor
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
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. -
Uses of AsynchronousProcessor in com.tangosol.util
Methods in com.tangosol.util that return AsynchronousProcessorModifier and TypeMethodDescriptionstatic <K,
V, R> AsynchronousProcessor <K, V, R> Processors.asynchronous
(InvocableMap.EntryProcessor<K, V, R> processor) Construct an asynchronous processor for a given processor.static <K,
V, R> AsynchronousProcessor <K, V, R> Processors.asynchronous
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId) Construct an asynchronous processor for a given processor with unit-of-order id.