Uses of Interface
com.tangosol.net.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
Modifier and TypeClassDescriptionprotected class
Wraps anAsynchronousProcessor
to ensure the result of the EntryProcessor execution is deserialized prior to passing to the provided AsynchronousProcessor.Modifier and TypeMethodDescriptionvoid
ContinuousQueryCache.ConverterAsynchronousProcessor.bind
(FlowControl control) -
Uses of FlowControl in com.tangosol.net.topic
Modifier and TypeMethodDescriptionPublisher.getFlowControl()
Return theFlowControl
object governing this publisher.Subscriber.getFlowControl()
Return theFlowControl
object governing this subscriber. -
Uses of FlowControl in com.tangosol.util
Modifier and TypeClassDescriptionclass
Base class for asynchronous operations that provides a simple implementation of theFuture
interface.Modifier and TypeFieldDescriptionprotected FlowControl
AsynchronousAgent.m_control
The underlying FlowControl; could be null if the "automatic flow control" is turned on.Modifier and TypeMethodDescriptionvoid
AsynchronousAgent.bind
(FlowControl control) Bind this agent with the specified underlying FlowControl object. -
Uses of FlowControl in com.tangosol.util.aggregator
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
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
AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor against a single cache entry.class
AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor.