Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
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 an
Invocable that can be executed asynchronously. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractInvocable
An abstract base for Invocable and PriorityTask implementations.
|
Modifier and Type | Method | Description |
---|---|---|
void |
WrapperInvocationService.execute(Invocable task,
Set setMembers,
InvocationObserver observer)
Asynchronously invoke the specified task on each of the specified
members.
|
|
void |
InvocationService.execute(Invocable task,
Set setMembers,
InvocationObserver observer)
Asynchronously 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.
|
|
Map |
InvocationService.query(Invocable task,
Set setMembers)
Synchronously invoke the specified task on each of the specified
members.
|