Uses of Interface
com.tangosol.net.PriorityTask
-
Packages that use PriorityTask Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations.com.tangosol.util.filter Contains concreteFilter
implementations and related interfaces.com.tangosol.util.fsm Contains Finite state machine interfaces.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations. -
-
Uses of PriorityTask in com.tangosol.net
Classes in com.tangosol.net that implement PriorityTask Modifier and Type Class Description class
AbstractInvocable
An abstract base for Invocable and PriorityTask implementations.class
AbstractPriorityTask
An abstract base for PriorityTask implementations. -
Uses of PriorityTask in com.tangosol.util.aggregator
Classes in com.tangosol.util.aggregator that implement PriorityTask 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 PriorityTask in com.tangosol.util.filter
Classes in com.tangosol.util.filter that implement PriorityTask 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 PriorityTask in com.tangosol.util.fsm
Classes in com.tangosol.util.fsm that implement PriorityTask Modifier and Type Class Description protected class
NonBlockingFiniteStateMachine.Task
A PriorityTask implementation to process a requested event. -
Uses of PriorityTask in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement PriorityTask 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.
-