Uses of Interface
com.tangosol.net.PriorityTask
Packages that use PriorityTask
Package
Description
Contains Coherence-based WorkManager implementation classes.
Contains classes related to the HTTP Session Replication Module.
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.coherence.commonj
Classes in com.tangosol.coherence.commonj that implement PriorityTaskModifier and TypeClassDescriptionprotected static class
Base class for Invocable tasks related to the WorkManager.protected static class
Invocable task used during handshake, which has to be scheduledimmediately
.protected static class
Invocable task that forces a release for a wrapped Work object.protected static class
Invocable task that requests a status for a given Work.protected static class
Invocable task that posts a wrapped Work object to a WorkManager queue.protected static class
Invocable task that delivers a WorkEvent to a WorkListener. -
Uses of PriorityTask in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement PriorityTaskModifier and TypeClassDescriptionclass
This agent is used to request the other servers in the cluster to unlock the specified session ID.class
An invocation service that logs the stacktraces of all threads holding a lock for a session. -
Uses of PriorityTask in com.tangosol.net
Classes in com.tangosol.net that implement PriorityTaskModifier and TypeClassDescriptionclass
An abstract base for Invocable and PriorityTask implementations.class
An abstract base for PriorityTask implementations. -
Uses of PriorityTask in com.tangosol.util.aggregator
Classes in com.tangosol.util.aggregator that implement PriorityTaskModifier 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 PriorityTask in com.tangosol.util.filter
Classes in com.tangosol.util.filter that implement PriorityTaskModifier and TypeClassDescriptionclass
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 PriorityTaskModifier and TypeClassDescriptionprotected class
A 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 TypeClassDescriptionclass
PriorityProcessor<K,
V, T> PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.