Uses of Interface
com.tangosol.net.FlowControl
Packages that use FlowControl
Package
Description
Contains classes providing various caching strategies.
Contains classes that providing topic entities for publish/subscribe messaging.
Contains various generic utilities.
Contains concrete 
InvocableMap.EntryAggregator
 implementations.Contains concrete 
InvocableMap.EntryProcessor
 implementations.- 
Uses of FlowControl in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement FlowControlModifier and TypeClassDescriptionprotected classWraps anAsynchronousProcessorto 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 FlowControlModifier and TypeMethodDescriptionvoidContinuousQueryCache.ConverterAsynchronousProcessor.bind(FlowControl control)  - 
Uses of FlowControl in com.tangosol.net.topic
Methods in com.tangosol.net.topic that return FlowControlModifier and TypeMethodDescriptionPublisher.getFlowControl()Return theFlowControlobject governing this publisher.Subscriber.getFlowControl()Return theFlowControlobject governing this subscriber. - 
Uses of FlowControl in com.tangosol.util
Classes in com.tangosol.util that implement FlowControlModifier and TypeClassDescriptionclassBase class for asynchronous operations that provides a simple implementation of theFutureinterface.Fields in com.tangosol.util declared as FlowControlModifier and TypeFieldDescriptionprotected FlowControlAsynchronousAgent.m_controlThe underlying FlowControl; could be null if the "automatic flow control" is turned on.Methods in com.tangosol.util with parameters of type FlowControlModifier and TypeMethodDescriptionvoidAsynchronousAgent.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 FlowControlModifier and TypeClassDescriptionclassAbstractAsynchronousAggregator<K,V, P, R> Abstract base class for asynchronous entry aggregators.classAsynchronousAggregator<K,V, P, R> A markerEntryAggregatorwrapper 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 FlowControlModifier and TypeClassDescriptionclassAbstractAsynchronousProcessor<K,V, R, T> Abstract base class for asynchronous entry processors.classAsynchronousProcessor<K,V, R> AnEntryProcessorwrapper class that allows for an asynchronous invocation of the underlying processor.classAnEntryProcessorwrapper class that allows for an asynchronous invocation of the underlying processor against a single cache entry.classAnEntryProcessorwrapper class that allows for an asynchronous invocation of the underlying processor.