Uses of Interface
com.tangosol.net.PriorityTask
-
Packages that use PriorityTask Package Description com.tangosol.coherence.commonj Contains Coherence-based WorkManager implementation classes.com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.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.coherence.commonj
Classes in com.tangosol.coherence.commonj that implement PriorityTask Modifier and Type Class Description protected static class
WorkManager.AbstractWork
Base class for Invocable tasks related to the WorkManager.protected static class
WorkManager.CollectMembershipInfo
Invocable task used during handshake, which has to be scheduledimmediately
.protected static class
WorkManager.ReleaseWork
Invocable task that forces a release for a wrapped Work object.protected static class
WorkManager.RequestStatus
Invocable task that requests a status for a given Work.protected static class
WorkManager.ScheduleWork
Invocable task that posts a wrapped Work object to a WorkManager queue.protected static class
WorkManager.SendFeedback
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 PriorityTask Modifier and Type Class Description class
ExitAgent
This agent is used to request the other servers in the cluster to unlock the specified session ID.class
LogThreadsHoldingLockAgent
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 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.
-