Uses of Class
com.oracle.coherence.concurrent.executor.ClusteredRegistration
-
Packages that use ClusteredRegistration Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ClusteredRegistration in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as ClusteredRegistration Modifier and Type Field Description protected ClusteredRegistrationClusteredExecutorInfo.UpdateInfoRunnable. f_clusteredRegistrationTheClusteredRegistrationthat contains stats on task counts.Fields in com.oracle.coherence.concurrent.executor with type parameters of type ClusteredRegistration Modifier and Type Field Description protected ConcurrentHashMap<ExecutorService,ClusteredRegistration>ClusteredExecutorService. f_mapLocalRegistrationsConstructors in com.oracle.coherence.concurrent.executor with parameters of type ClusteredRegistration Constructor Description UpdateInfoRunnable(com.tangosol.net.CacheService cacheService, String sExecutorId, Executor executor, ClusteredRegistration clusteredRegistration)Constructs anClusteredExecutorInfo.UpdateInfoRunnable.
-