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.EntryAggregatorimplementations.com.tangosol.util.filter Contains concreteFilterimplementations and related interfaces.com.tangosol.util.fsm Contains Finite state machine interfaces.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessorimplementations. -
-
Uses of PriorityTask in com.tangosol.coherence.commonj
Classes in com.tangosol.coherence.commonj that implement PriorityTask Modifier and Type Class Description protected static classWorkManager.AbstractWorkBase class for Invocable tasks related to the WorkManager.protected static classWorkManager.CollectMembershipInfoInvocable task used during handshake, which has to be scheduledimmediately.protected static classWorkManager.ReleaseWorkInvocable task that forces a release for a wrapped Work object.protected static classWorkManager.RequestStatusInvocable task that requests a status for a given Work.protected static classWorkManager.ScheduleWorkInvocable task that posts a wrapped Work object to a WorkManager queue.protected static classWorkManager.SendFeedbackInvocable 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 classExitAgentThis agent is used to request the other servers in the cluster to unlock the specified session ID.classLogThreadsHoldingLockAgentAn 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 classAbstractInvocableAn abstract base for Invocable and PriorityTask implementations.classAbstractPriorityTaskAn 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 classPriorityAggregator<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 classPriorityFilter<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 classNonBlockingFiniteStateMachine.TaskA 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 classPriorityProcessor<K,V,T>PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.
-