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 com.tangosol.net.CacheServicef_cacheServiceTheCacheServicefor accessing theTaskExecutorService.ExecutorInfocache.protected Stringf_sExecutorIdThe unique identity of theExecutor.
-
Constructor Summary
Constructors Constructor Description TouchRunnable(String sExecutorId, com.tangosol.net.CacheService cacheService)
-
-
-
Field Detail
-
f_cacheService
protected final com.tangosol.net.CacheService f_cacheService
TheCacheServicefor accessing theTaskExecutorService.ExecutorInfocache.
-
-