Uses of Class
com.tangosol.net.AbstractPriorityTask
-
Packages that use AbstractPriorityTask Package Description com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations.com.tangosol.util.filter Contains concreteFilter
implementations and related interfaces.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations. -
-
Uses of AbstractPriorityTask in com.tangosol.util.aggregator
Subclasses of AbstractPriorityTask in com.tangosol.util.aggregator Modifier and Type Class Description class
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
Subclasses of AbstractPriorityTask in com.tangosol.util.filter Modifier and Type Class Description class
PriorityFilter<T>
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
Subclasses of AbstractPriorityTask in com.tangosol.util.processor Modifier and Type Class Description class
PriorityProcessor<K,V,T>
PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.
-