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.cacheSubclasses of AsynchronousProcessor in com.tangosol.net.cacheModifier and TypeClassDescriptionprotected classWraps 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 AsynchronousProcessorModifier and TypeFieldDescriptionprotected final AsynchronousProcessorContinuousQueryCache.ConverterAsynchronousProcessor.f_processorThe delegateAsynchronousProcessor.Constructors in com.tangosol.net.cache with parameters of type AsynchronousProcessorModifierConstructorDescriptionConstruct the processor to wrap the providedAsynchronousProcessorin order to ensure results are properly converted prior to return.
- 
Uses of AsynchronousProcessor in com.tangosol.utilMethods 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.