Uses of Class
com.oracle.coherence.concurrent.executor.internal.Cause
-
Packages that use Cause Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.internal -
-
Uses of Cause in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as Cause Modifier and Type Field Description protected CauseClusteredTaskManager.AsyncProcessChangesContinuation. f_causeTheComposableContinuationfailure cause.Methods in com.oracle.coherence.concurrent.executor with parameters of type Cause Modifier and Type Method Description voidClusteredTaskManager. asyncProcessChanges(com.tangosol.net.CacheService service, String key, Cause cause)Asynchronously processes the changes that have recently occurred on theClusteredTaskManager.ComposableContinuationClusteredExecutorInfo. onDeleted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)ComposableContinuationClusteredTaskManager. onDeleted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)Effectively, a no-op.ComposableContinuationClusteredExecutorInfo. onInserted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)ComposableContinuationClusteredTaskManager. onInserted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)ComposableContinuationClusteredTaskManager. onProcess(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)Returns aComposableContinuationto invoke based on the current state.ComposableContinuationClusteredExecutorInfo. onUpdated(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)ComposableContinuationClusteredTaskManager. onUpdated(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)Constructors in com.oracle.coherence.concurrent.executor with parameters of type Cause Constructor Description AsyncProcessChangesContinuation(com.tangosol.net.CacheService cacheService, String sTaskId, Cause cause)Constructs anClusteredTaskManager.AsyncProcessChangesContinuation. -
Uses of Cause in com.oracle.coherence.concurrent.executor.internal
Methods in com.oracle.coherence.concurrent.executor.internal that return Cause Modifier and Type Method Description static CauseCause. valueOf(String name)Returns the enum constant of this type with the specified name.static Cause[]Cause. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.coherence.concurrent.executor.internal with parameters of type Cause Modifier and Type Method Description ComposableContinuationLiveObject. onDeleted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)TheLiveObjectwas deleted.ComposableContinuationLiveObject. onInserted(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)TheLiveObjectwas inserted.ComposableContinuationLiveObject. onUpdated(com.tangosol.net.CacheService service, com.tangosol.util.InvocableMap.Entry entry, Cause cause)TheLiveObjectwas updated.protected voidLiveObjectEventInterceptor. processEntry(com.tangosol.net.events.Event event, com.tangosol.util.BinaryEntry binaryEntry, Cause cause)Process anBinaryEntryfrom an interceptor event.
-