Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Method and 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.
|