Class ClusteredExecutorInfo.TouchRunnable
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.TouchRunnable
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ClusteredExecutorInfo
public static class ClusteredExecutorInfo.TouchRunnable extends Object implements Runnable
ARunnableto asynchronously touch.
-
-
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 TouchRunnable(String sExecutorId, CacheService cacheService)
-
-
-
Field Detail
-
f_cacheService
protected final CacheService f_cacheService
TheCacheServicefor accessing theTaskExecutorService.ExecutorInfocache.
-
-
Constructor Detail
-
TouchRunnable
public TouchRunnable(String sExecutorId, CacheService cacheService)
- Parameters:
sExecutorId- theExecutoridentity to updatecacheService- theCacheService
-
-