Uses of Interface
com.tangosol.net.Invocable
Packages that use Invocable
-
Uses of Invocable in com.tangosol.net
Subinterfaces of Invocable in com.tangosol.netModifier and TypeInterfaceDescriptioninterfaceThe InvocableInOrder interface allows to control the ordering in which the results of Invocable tasks are returned back to the caller by the Invocation service with a thread pool.interfaceNonBlockingInvocable is anInvocablethat can be executed asynchronously.Classes in com.tangosol.net that implement InvocableModifier and TypeClassDescriptionclassAn abstract base for Invocable and PriorityTask implementations.Methods in com.tangosol.net with parameters of type InvocableModifier and TypeMethodDescriptionvoidInvocationService.execute(Invocable task, Set setMembers, InvocationObserver observer) Asynchronously invoke the specified task on each of the specified members.voidWrapperInvocationService.execute(Invocable task, Set setMembers, InvocationObserver observer) Asynchronously invoke the specified task on each of the specified members.Synchronously invoke the specified task on each of the specified members.Synchronously invoke the specified task on each of the specified members.