Uses of Interface
com.tangosol.net.PriorityTask
Packages that use PriorityTask
Package
Description
Contains basic cluster interfaces and factories.
Contains concrete 
InvocableMap.EntryAggregator
 implementations.Contains concrete 
Filter implementations and related interfaces.Contains Finite state machine interfaces.
Contains concrete 
InvocableMap.EntryProcessor
 implementations.- 
Uses of PriorityTask in com.tangosol.net
Classes in com.tangosol.net that implement PriorityTaskModifier and TypeClassDescriptionclassAn abstract base for Invocable and PriorityTask implementations.classAn abstract base for PriorityTask implementations. - 
Uses of PriorityTask in com.tangosol.util.aggregator
Classes in com.tangosol.util.aggregator that implement PriorityTaskModifier and TypeClassDescriptionclassPriorityAggregator<K,V, P, R> PriorityAggregator is used to explicitly control the scheduling priority and timeouts for execution of EntryAggregator-based methods. - 
Uses of PriorityTask in com.tangosol.util.filter
Classes in com.tangosol.util.filter that implement PriorityTaskModifier and TypeClassDescriptionclassPriorityFilter is used to explicitly control the scheduling priority and timeouts for execution of filter-based methods. - 
Uses of PriorityTask in com.tangosol.util.fsm
Classes in com.tangosol.util.fsm that implement PriorityTaskModifier and TypeClassDescriptionprotected classA PriorityTask implementation to process a requested event. - 
Uses of PriorityTask in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement PriorityTaskModifier and TypeClassDescriptionclassPriorityProcessor<K,V, T> PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.