Class ClusteredExecutorInfo.RemoveContinuation
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.RemoveContinuation
-
- All Implemented Interfaces:
Continuation<Object>,ComposableContinuation
- Enclosing class:
- ClusteredExecutorInfo
public static class ClusteredExecutorInfo.RemoveContinuation extends Object implements ComposableContinuation
AComposableContinuationto remove aClusteredExecutorInfo.
-
-
Field Summary
Fields Modifier and Type Field Description protected CacheServicef_cacheServiceTheCacheServicefor accessing theTaskExecutorService.ExecutorInfocache.protected Stringf_sExecutorIdThe unique identity of theExecutor.
-
Constructor Summary
Constructors Constructor Description RemoveContinuation(String sExecutorId, 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)
-
-
-
Field Detail
-
f_cacheService
protected final CacheService f_cacheService
TheCacheServicefor accessing theTaskExecutorService.ExecutorInfocache.
-
-
Constructor Detail
-
RemoveContinuation
public RemoveContinuation(String sExecutorId, CacheService cacheService)
Constructs anClusteredExecutorInfo.ClosingContinuation.- Parameters:
sExecutorId- theExecutoridentity to updatecacheService- theCacheService
-
-
Method Detail
-
proceed
public void proceed(Object o)
- Specified by:
proceedin interfaceContinuation<Object>
-
compose
public ComposableContinuation compose(ComposableContinuation continuation)
Description copied from interface:ComposableContinuationComposes thisComposableContinuationwith the specifiedComposableContinuationto produce aComposableContinuationthat replaces the need for this and the specifiedComposableContinuation.- Specified by:
composein interfaceComposableContinuation- Parameters:
continuation- theComposableContinuationto compose- Returns:
- the composed
ComposableContinuation
-
-