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
-
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 classLocalOnlyProcessorAnInvocableMap.EntryProcessorthat invokes anotherInvocableMap.EntryProcessoronly onMap.Entrys that are located in the process that created theLocalOnlyProcessor.
-