Class ClusteredExecutorInfo.TouchRunnable
java.lang.Object
com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.TouchRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
ClusteredExecutorInfo
A
Runnable to asynchronously touch.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CacheServiceTheCacheServicefor accessing theTaskExecutorService.ExecutorInfocache.protected final StringThe unique identity of theExecutor. -
Constructor Summary
ConstructorsConstructorDescriptionTouchRunnable(String sExecutorId, CacheService cacheService) Constructs a newTouchRunnable. -
Method Summary
-
Field Details
-
f_sExecutorId
The unique identity of theExecutor. -
f_cacheService
TheCacheServicefor accessing theTaskExecutorService.ExecutorInfocache.
-
-
Constructor Details
-
TouchRunnable
Constructs a newTouchRunnable.- Parameters:
sExecutorId- theExecutoridentity to updatecacheService- theCacheService
-
-
Method Details