Uses of Interface
com.oracle.coherence.concurrent.executor.ComposableContinuation
-
Packages that use ComposableContinuation Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.internal -
-
Uses of ComposableContinuation in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement ComposableContinuation Modifier and Type Class Description protected static classClusteredExecutorInfo.CacheAwareContinuationstatic classClusteredExecutorInfo.ClosingContinuationstatic classClusteredExecutorInfo.ClosingGracefullyContinuationAComposableContinuationto gracefully close aClusteredExecutorInfo, allowing already assignedTasks to complete.static classClusteredExecutorInfo.JoiningContinuationstatic classClusteredExecutorInfo.RemoveContinuationAComposableContinuationto remove aClusteredExecutorInfo.classClusteredTaskManager.AsyncProcessChangesContinuationTheComposableContinuationto asynchronously process the changes to theClusteredTaskManager.classClusteredTaskManager.CleanupContinuationAComposableContinuationto clean up theClusteredTaskManager.Fields in com.oracle.coherence.concurrent.executor with type parameters of type ComposableContinuation Modifier and Type Field Description protected ConcurrentHashMap<T,ComposableContinuation>ContinuationService. f_mapPendingContinuationsThe map of pendingComposableContinuations by object.Methods in com.oracle.coherence.concurrent.executor that return ComposableContinuation Modifier and Type Method Description ComposableContinuationClusteredExecutorInfo.ClosingContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredExecutorInfo.ClosingGracefullyContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredExecutorInfo.JoiningContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredExecutorInfo.RemoveContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredTaskManager.AsyncProcessChangesContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredTaskManager.CleanupContinuation. compose(ComposableContinuation continuation)ComposableContinuationComposableContinuation. compose(ComposableContinuation continuation)Composes thisComposableContinuationwith the specifiedComposableContinuationto produce aComposableContinuationthat replaces the need for this and the specifiedComposableContinuation.ComposableContinuationClusteredExecutorInfo. onDeleted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)ComposableContinuationClusteredTaskManager. onDeleted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)Effectively, a no-op.ComposableContinuationClusteredExecutorInfo. onInserted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)ComposableContinuationClusteredTaskManager. onInserted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)ComposableContinuationClusteredTaskManager. onProcess(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)Returns aComposableContinuationto invoke based on the current state.ComposableContinuationClusteredExecutorInfo. onUpdated(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)ComposableContinuationClusteredTaskManager. onUpdated(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)Methods in com.oracle.coherence.concurrent.executor with parameters of type ComposableContinuation Modifier and Type Method Description ComposableContinuationClusteredExecutorInfo.ClosingContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredExecutorInfo.ClosingGracefullyContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredExecutorInfo.JoiningContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredExecutorInfo.RemoveContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredTaskManager.AsyncProcessChangesContinuation. compose(ComposableContinuation continuation)ComposableContinuationClusteredTaskManager.CleanupContinuation. compose(ComposableContinuation continuation)ComposableContinuationComposableContinuation. compose(ComposableContinuation continuation)Composes thisComposableContinuationwith the specifiedComposableContinuationto produce aComposableContinuationthat replaces the need for this and the specifiedComposableContinuation.booleanContinuationService. submit(ComposableContinuation continuation, T object)Schedule aComposableContinuationto be asynchronously executed for the specified object. -
Uses of ComposableContinuation in com.oracle.coherence.concurrent.executor.internal
Methods in com.oracle.coherence.concurrent.executor.internal that return ComposableContinuation Modifier and Type Method Description ComposableContinuationLiveObject. onDeleted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)TheLiveObjectwas deleted.ComposableContinuationLiveObject. onInserted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)TheLiveObjectwas inserted.ComposableContinuationLiveObject. onUpdated(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)TheLiveObjectwas updated.
-