Class ClusteredExecutorInfo.CacheAwareContinuation
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.CacheAwareContinuation
-
- All Implemented Interfaces:
com.oracle.coherence.common.base.Continuation<Object>,ComposableContinuation
- Direct Known Subclasses:
ClusteredExecutorInfo.ClosingContinuation,ClusteredExecutorInfo.ClosingGracefullyContinuation,ClusteredExecutorInfo.JoiningContinuation,ClusteredExecutorInfo.RemoveContinuation
- Enclosing class:
- ClusteredExecutorInfo
protected abstract static class ClusteredExecutorInfo.CacheAwareContinuation extends Object implements ComposableContinuation
-
-
Field Summary
Fields Modifier and Type Field Description protected com.tangosol.net.CacheServicef_cacheServiceTheCacheServicefor accessing the various executor caches.
-
Constructor Summary
Constructors Constructor Description CacheAwareContinuation(com.tangosol.net.CacheService cacheService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.tangosol.net.NamedCacheassignments()Obtains a reference to theClusteredAssignmentcache.protected com.tangosol.net.NamedCacheexecutors()Obtains a reference to theClusteredExecutorInfocache.protected com.tangosol.net.NamedCachetasks()Obtains a reference to theClusteredTaskManagercache.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.coherence.concurrent.executor.ComposableContinuation
compose
-
-
-
-
Method Detail
-
tasks
protected com.tangosol.net.NamedCache tasks()
Obtains a reference to theClusteredTaskManagercache.- Returns:
- a reference to the
ClusteredTaskManagercache
-
assignments
protected com.tangosol.net.NamedCache assignments()
Obtains a reference to theClusteredAssignmentcache.- Returns:
- a reference to the
ClusteredAssignmentcache
-
executors
protected com.tangosol.net.NamedCache executors()
Obtains a reference to theClusteredExecutorInfocache.- Returns:
- a reference to the
ClusteredExecutorInfocache
-
-