Uses of Class
com.tangosol.util.processor.AbstractAsynchronousProcessor
-
Packages that use AbstractAsynchronousProcessor Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations. -
-
Uses of AbstractAsynchronousProcessor in com.tangosol.net.cache
Subclasses of AbstractAsynchronousProcessor 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 AbstractAsynchronousProcessor in com.tangosol.util.processor
Subclasses of AbstractAsynchronousProcessor in com.tangosol.util.processor Modifier and Type Class Description 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.
-