Uses of Class
com.tangosol.util.processor.SingleEntryAsynchronousProcessor
Packages that use SingleEntryAsynchronousProcessor
-
Uses of SingleEntryAsynchronousProcessor in com.tangosol.util
Methods in com.tangosol.util that return SingleEntryAsynchronousProcessorModifier and TypeMethodDescriptionstatic <K,
V, R> SingleEntryAsynchronousProcessor <K, V, R> Processors.singleEntryAsynchronous
(InvocableMap.EntryProcessor<K, V, R> processor) Construct a single entry asynchronous processor for a given processor.static <K,
V, R> SingleEntryAsynchronousProcessor <K, V, R> Processors.singleEntryAsynchronous
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId) Construct a single entry asynchronous for a given processor with unit-of-order id.