|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiExecutionCallback | |
|---|---|
| com.hazelcast.core | Provides core API interfaces/classes. |
| Uses of MultiExecutionCallback in com.hazelcast.core |
|---|
| Methods in com.hazelcast.core with parameters of type MultiExecutionCallback | ||
|---|---|---|
|
IExecutorService.submitToAllMembers(Callable<T> task,
MultiExecutionCallback callback)
Submits task to the all cluster members. |
|
void |
IExecutorService.submitToAllMembers(Runnable task,
MultiExecutionCallback callback)
Submits task to the all cluster members. |
|
|
IExecutorService.submitToMembers(Callable<T> task,
Collection<Member> members,
MultiExecutionCallback callback)
Submits task to the specified members. |
|
|
IExecutorService.submitToMembers(Callable<T> task,
MemberSelector memberSelector,
MultiExecutionCallback callback)
Submits task to the selected members. |
|
void |
IExecutorService.submitToMembers(Runnable task,
Collection<Member> members,
MultiExecutionCallback callback)
Submits task to the specified members. |
|
void |
IExecutorService.submitToMembers(Runnable task,
MemberSelector memberSelector,
MultiExecutionCallback callback)
Submits task to the selected members. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||