|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiExecutionCallback | |
---|---|
com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.executor.impl | This package contains IExecutorService functionality for Hazelcast. The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
Uses of MultiExecutionCallback in com.hazelcast.client.proxy |
---|
Methods in com.hazelcast.client.proxy with parameters of type MultiExecutionCallback | ||
---|---|---|
|
ClientExecutorServiceProxy.submitToAllMembers(Callable<T> task,
MultiExecutionCallback callback)
|
|
void |
ClientExecutorServiceProxy.submitToAllMembers(Runnable command,
MultiExecutionCallback callback)
|
|
|
ClientExecutorServiceProxy.submitToMembers(Callable<T> task,
Collection<Member> members,
MultiExecutionCallback callback)
|
|
|
ClientExecutorServiceProxy.submitToMembers(Callable<T> task,
MemberSelector memberSelector,
MultiExecutionCallback callback)
|
|
void |
ClientExecutorServiceProxy.submitToMembers(Runnable command,
Collection<Member> members,
MultiExecutionCallback callback)
|
|
void |
ClientExecutorServiceProxy.submitToMembers(Runnable task,
MemberSelector memberSelector,
MultiExecutionCallback callback)
|
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 all the cluster members. |
|
void |
IExecutorService.submitToAllMembers(Runnable task,
MultiExecutionCallback callback)
Submits task to all the cluster members. |
|
|
IExecutorService.submitToMembers(Callable<T> task,
Collection<Member> members,
MultiExecutionCallback callback)
Submits a 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 a task to the specified members. |
|
void |
IExecutorService.submitToMembers(Runnable task,
MemberSelector memberSelector,
MultiExecutionCallback callback)
Submits task to the selected members. |
Uses of MultiExecutionCallback in com.hazelcast.executor.impl |
---|
Methods in com.hazelcast.executor.impl with parameters of type MultiExecutionCallback | ||
---|---|---|
|
ExecutorServiceProxy.submitToAllMembers(Callable<T> task,
MultiExecutionCallback callback)
|
|
void |
ExecutorServiceProxy.submitToAllMembers(Runnable task,
MultiExecutionCallback callback)
|
|
|
ExecutorServiceProxy.submitToMembers(Callable<T> task,
Collection<Member> members,
MultiExecutionCallback callback)
|
|
|
ExecutorServiceProxy.submitToMembers(Callable<T> task,
MemberSelector memberSelector,
MultiExecutionCallback callback)
|
|
void |
ExecutorServiceProxy.submitToMembers(Runnable task,
Collection<Member> members,
MultiExecutionCallback callback)
|
|
void |
ExecutorServiceProxy.submitToMembers(Runnable task,
MemberSelector memberSelector,
MultiExecutionCallback callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |