Uses of Interface
com.tangosol.net.FlowControl
-
Packages that use FlowControl Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging.com.tangosol.util Contains various generic utilities.com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations. -
-
Uses of FlowControl in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement FlowControl 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.Methods in com.tangosol.net.cache with parameters of type FlowControl Modifier and Type Method Description void
ContinuousQueryCache.ConverterAsynchronousProcessor. bind(FlowControl control)
-
Uses of FlowControl in com.tangosol.net.topic
Methods in com.tangosol.net.topic that return FlowControl Modifier and Type Method Description FlowControl
Publisher. getFlowControl()
Return theFlowControl
object governing this publisher.FlowControl
Subscriber. getFlowControl()
Return theFlowControl
object governing this subscriber. -
Uses of FlowControl in com.tangosol.util
Classes in com.tangosol.util that implement FlowControl Modifier and Type Class Description class
AsynchronousAgent<T>
Base class for asynchronous operations that provides a simple implementation of theFuture
interface.Fields in com.tangosol.util declared as FlowControl Modifier and Type Field Description protected FlowControl
AsynchronousAgent. m_control
The underlying FlowControl; could be null if the "automatic flow control" is turned on.Methods in com.tangosol.util with parameters of type FlowControl Modifier and Type Method Description void
AsynchronousAgent. bind(FlowControl control)
Bind this agent with the specified underlying FlowControl object. -
Uses of FlowControl in com.tangosol.util.aggregator
Classes in com.tangosol.util.aggregator that implement FlowControl 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 FlowControl in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement FlowControl 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.
-