Uses of Class
com.tangosol.util.AsynchronousAgent
-
Packages that use AsynchronousAgent Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations. -
-
Uses of AsynchronousAgent in com.tangosol.net.cache
Subclasses of AsynchronousAgent 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. -
Uses of AsynchronousAgent in com.tangosol.util.aggregator
Subclasses of AsynchronousAgent in com.tangosol.util.aggregator Modifier and Type Class Description class
AbstractAsynchronousAggregator<K,V,P,R>
Abstract base class for asynchronous entry aggregators.class
AsynchronousAggregator<K,V,P,R>
A markerEntryAggregator
wrapper class that allows for an asynchronous invocation of the underlying aggregator. -
Uses of AsynchronousAgent in com.tangosol.util.processor
Subclasses of AsynchronousAgent in com.tangosol.util.processor Modifier and Type Class Description class
AbstractAsynchronousProcessor<K,V,R,T>
Abstract base class for asynchronous entry processors.class
AsynchronousProcessor<K,V,R>
AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor.class
SingleEntryAsynchronousProcessor<K,V,R>
AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor against a single cache entry.class
StreamingAsynchronousProcessor<K,V,R>
AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor.
-