Uses of Class
com.tangosol.net.AbstractPriorityTask
Package
Description
Contains concrete
InvocableMap.EntryAggregator
implementations.Contains concrete
Filter
implementations and related interfaces.Contains concrete
InvocableMap.EntryProcessor
implementations.-
Uses of AbstractPriorityTask in com.tangosol.util.aggregator
Modifier and TypeClassDescriptionclass
PriorityAggregator<K,
V, P, R> PriorityAggregator is used to explicitly control the scheduling priority and timeouts for execution of EntryAggregator-based methods. -
Uses of AbstractPriorityTask in com.tangosol.util.filter
Modifier and TypeClassDescriptionclass
PriorityFilter is used to explicitly control the scheduling priority and timeouts for execution of filter-based methods. -
Uses of AbstractPriorityTask in com.tangosol.util.processor
Modifier and TypeClassDescriptionclass
PriorityProcessor<K,
V, T> PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.