JavaScript is disabled on your browser.
Contains basic cluster interfaces and factories.
interface
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 is an
Invocable
that can be executed asynchronously.
class
An abstract base for Invocable and PriorityTask implementations.
void
Asynchronously invoke the specified task on each of the specified
members.
void
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.