Uses of Class
com.oracle.coherence.concurrent.executor.PortableAbstractProcessor
-
Packages that use PortableAbstractProcessor Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.internal com.oracle.coherence.concurrent.executor.processors -
-
Uses of PortableAbstractProcessor in com.oracle.coherence.concurrent.executor
Subclasses of PortableAbstractProcessor in com.oracle.coherence.concurrent.executor Modifier and Type Class Description static classClusteredAssignment.AssignmentProcessorAnInvocableMap.EntryProcessorwhich updates an assignment due to an assignmentExecutionPlan.Action.static classClusteredAssignment.SetStateProcessorAnInvocableMap.EntryProcessorto compare and set the state of aClusteredAssignment, returning the previous state.static classClusteredExecutorInfo.SetStateProcessorAnInvocableMap.EntryProcessorto compare and set the state of aClusteredExecutorInfo, returning the previous state.static classClusteredExecutorInfo.TouchProcessorAnInvocableMap.EntryProcessorto update the last update timestamp of aClusteredExecutorInfo.static classClusteredExecutorInfo.UpdateInfoProcessorAnInvocableMap.EntryProcessorto update the state of anTaskExecutorService.ExecutorInfo.static classClusteredProperties.SetPropertyValueProcessor<K extends Serializable,V extends Serializable>AnInvocableMap.EntryProcessorfor inserting/updatingClusteredProperties.PropertyKey/ClusteredProperties.PropertyValuemappings.static classClusteredTaskManager.CancellationProcessorAnInvocableMap.EntryProcessorto terminate a runningTask.static classClusteredTaskManager.ChainedProcessorAClusteredTaskManager.ChainedProcessorexecutes zero or more containedInvocableMap.EntryProcessors in sequence against a singleInvocableMap.Entryas a single transaction.static classClusteredTaskManager.NotifyExecutionStrategyProcessorAnInvocableMap.EntryProcessorto notify theTaskthat an event has occurred which requires theExecutionStrategyto be re-evaluated.static classClusteredTaskManager.OptimizeExecutionPlanProcessorstatic classClusteredTaskManager.SetActionProcessorAnInvocableMap.EntryProcessorto compare and set the action of aExecutionPlanfor a givenExecutor.static classClusteredTaskManager.UpdateCollectedResultProcessor<T>AnPortableAbstractProcessorto update the collected result for aTask.static classClusteredTaskManager.UpdateContributedResultProcessorstatic classClusteredTaskManager.UpdateExecutionPlanProcessorAnInvocableMap.EntryProcessorto update theExecutionPlanfor aTaskafter theExecutionStrategyhas been evaluated. -
Uses of PortableAbstractProcessor in com.oracle.coherence.concurrent.executor.internal
Subclasses of PortableAbstractProcessor in com.oracle.coherence.concurrent.executor.internal Modifier and Type Class Description static classClusteredTaskInterceptor.SetTaskStateProcessorAnInvocableMap.EntryProcessorto compare and set the state of aClusteredTaskManager, returning the previous state.static classLiveObjectEventInterceptor.ExpiredProcessorAnInvocableMap.EntryProcessorto notify aLeasedthat it has expired.static classLiveObjectEventInterceptor.MemberAwareProcessor -
Uses of PortableAbstractProcessor in com.oracle.coherence.concurrent.executor.processors
Subclasses of PortableAbstractProcessor in com.oracle.coherence.concurrent.executor.processors Modifier and Type Class Description classLocalOnlyProcessor<K,V,R>AnInvocableMap.EntryProcessorthat invokes anotherInvocableMap.EntryProcessoronly onMap.Entrys that are located in the process that created theLocalOnlyProcessor.
-