Uses of Class
com.oracle.coherence.concurrent.executor.Result
-
Packages that use Result Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.function com.oracle.coherence.concurrent.executor.subscribers.internal -
-
Uses of Result in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as Result Modifier and Type Field Description protected Result<R>ClusteredTaskManager. m_lastResultThe last collected result for theTask.protected Result<T>AbstractTaskCoordinator. m_lastValueThe last value offered (that we'll offer to newTask.Subscribers).protected Result<T>ClusteredTaskManager.UpdateCollectedResultProcessor. m_newResultThe newResult.protected ResultClusteredTaskManager.UpdateContributedResultProcessor. m_resultFields in com.oracle.coherence.concurrent.executor with type parameters of type Result Modifier and Type Field Description protected List<Result<T>>ClusteredTaskManager. m_listResultsMethods in com.oracle.coherence.concurrent.executor that return Result Modifier and Type Method Description Result<R>ClusteredTaskManager. getLastResult()Get the last collectedResult.static <T> Result<T>Result. none()Constructs anResultrepresenting no value.static <T> Result<T>Result. of(T value)Constructs anResultwith a specific value.static ResultResult. throwable(Throwable throwable)Methods in com.oracle.coherence.concurrent.executor with parameters of type Result Modifier and Type Method Description protected booleanClusteredTaskManager. asyncEvaluateResult(Result<R> originalResult)voidAbstractTaskCoordinator. offer(Result<T> item)Offers an item to be asynchronously published to currentTask.Subscribers.voidClusteredRegistration.TaskExecutor. setResult(Result result)Set the result processing result.voidClusteredRegistration.TaskExecutor. setResult(Result result, boolean fComplete)Set the result processing result.voidClusteredTaskManager. setResult(Result<T> result)Constructors in com.oracle.coherence.concurrent.executor with parameters of type Result Constructor Description UpdateCollectedResultProcessor(Result<T> newResult, long lProcessedResultMapGeneration, boolean fCompleted)Constructs anClusteredTaskManager.UpdateCollectedResultProcessor.UpdateContributedResultProcessor(String sExecutorId, Result result)Constructs anClusteredTaskManager.UpdateContributedResultProcessor. -
Uses of Result in com.oracle.coherence.concurrent.executor.function
Methods in com.oracle.coherence.concurrent.executor.function that return types with arguments of type Result Modifier and Type Method Description static <T> com.tangosol.util.function.Remote.Predicate<Result<T>>Predicates. available()Obtains aRemote.Predicatethat succeeds whenisPresent()()}.static <T> com.tangosol.util.function.Remote.Predicate<Result<T>>Predicates. onException()Obtains aRemote.Predicateto ensure that theThrowableis handled.static <T> com.tangosol.util.function.Remote.Predicate<Result<T>>Predicates. onException(Throwable throwable)Methods in com.oracle.coherence.concurrent.executor.function with parameters of type Result Modifier and Type Method Description booleanPredicates.IsValuePredicate. test(Result<T> result)booleanPredicates.ThrowablePredicate. test(Result<T> result) -
Uses of Result in com.oracle.coherence.concurrent.executor.subscribers.internal
Fields in com.oracle.coherence.concurrent.executor.subscribers.internal declared as Result Modifier and Type Field Description protected Result<T>FutureSubscriber. m_resultThe result.
-