Class ClusteredTaskManager.CleanupContinuation
java.lang.Object
com.oracle.coherence.concurrent.executor.ClusteredTaskManager.CleanupContinuation
- All Implemented Interfaces:
Continuation<Object>,ComposableContinuation
- Enclosing class:
ClusteredTaskManager<T,A, R>
public class ClusteredTaskManager.CleanupContinuation
extends Object
implements ComposableContinuation
A
ComposableContinuation to clean up the ClusteredTaskManager.- Since:
- 21.12
- Author:
- bo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CacheServiceTheCacheService.protected final StringThe task id. -
Constructor Summary
ConstructorsConstructorDescriptionCleanupContinuation(CacheService cacheService, String sTaskId) Constructs aClusteredTaskManager<T,.A, R>.CleanupContinuation -
Method Summary
Modifier and TypeMethodDescriptioncompose(ComposableContinuation continuation) Composes thisComposableContinuationwith the specifiedComposableContinuationto produce aComposableContinuationthat replaces the need for this and the specifiedComposableContinuation.voidResume the execution after the completion of an asynchronous call.toString()
-
Field Details
-
f_cacheService
TheCacheService. -
f_sTaskId
The task id.
-
-
Constructor Details
-
CleanupContinuation
Constructs aClusteredTaskManager<T,.A, R>.CleanupContinuation - Parameters:
cacheService- theCacheServicesTaskId- theTaskidentity
-
-
Method Details
-
proceed
Description copied from interface:ContinuationResume the execution after the completion of an asynchronous call.- Specified by:
proceedin interfaceContinuation<Object>- Parameters:
o- the result of the execution preceding this continuation
-
compose
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
-
toString
-