Uses of Interface
com.tangosol.net.Invocable
-
Packages that use Invocable Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of Invocable in com.tangosol.net
Subinterfaces of Invocable in com.tangosol.net Modifier and Type Interface Description interface
InvocableInOrder
The 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.interface
NonBlockingInvocable
NonBlockingInvocable is anInvocable
that can be executed asynchronously.Classes in com.tangosol.net that implement Invocable Modifier and Type Class Description class
AbstractInvocable
An abstract base for Invocable and PriorityTask implementations.Methods in com.tangosol.net with parameters of type Invocable Modifier and Type Method Description void
InvocationService. execute(Invocable task, Set setMembers, InvocationObserver observer)
Asynchronously invoke the specified task on each of the specified members.void
WrapperInvocationService. execute(Invocable task, Set setMembers, InvocationObserver observer)
Asynchronously invoke the specified task on each of the specified members.Map
InvocationService. query(Invocable task, Set setMembers)
Synchronously invoke the specified task on each of the specified members.Map
WrapperInvocationService. query(Invocable task, Set setMembers)
Synchronously invoke the specified task on each of the specified members.
-