Class ClusteredExecutorInfo.RemoveContinuation
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.CacheAwareContinuation
-
- com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.RemoveContinuation
-
- All Implemented Interfaces:
com.oracle.coherence.common.base.Continuation<Object>,ComposableContinuation
- Enclosing class:
- ClusteredExecutorInfo
public static class ClusteredExecutorInfo.RemoveContinuation extends ClusteredExecutorInfo.CacheAwareContinuation
AComposableContinuationto remove aClusteredExecutorInfo.
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringf_sExecutorIdThe unique identity of theExecutor.-
Fields inherited from class com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.CacheAwareContinuation
f_cacheService
-
-
Constructor Summary
Constructors Constructor Description RemoveContinuation(String sExecutorId, com.tangosol.net.CacheService cacheService)Constructs anClusteredExecutorInfo.ClosingContinuation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComposableContinuationcompose(ComposableContinuation continuation)Composes thisComposableContinuationwith the specifiedComposableContinuationto produce aComposableContinuationthat replaces the need for this and the specifiedComposableContinuation.voidproceed(Object o)-
Methods inherited from class com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.CacheAwareContinuation
assignments, executors, tasks
-
-
-
-
Constructor Detail
-
RemoveContinuation
public RemoveContinuation(String sExecutorId, com.tangosol.net.CacheService cacheService)
Constructs anClusteredExecutorInfo.ClosingContinuation.- Parameters:
sExecutorId- theExecutoridentity to updatecacheService- theCacheService
-
-
Method Detail
-
proceed
public void proceed(Object o)
-
compose
public ComposableContinuation compose(ComposableContinuation continuation)
Description copied from interface:ComposableContinuationComposes thisComposableContinuationwith the specifiedComposableContinuationto produce aComposableContinuationthat replaces the need for this and the specifiedComposableContinuation.- Parameters:
continuation- theComposableContinuationto compose- Returns:
- the composed
ComposableContinuation
-
-