|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionCallback | |
---|---|
com.hazelcast.core | Provides core API interfaces/classes. |
Uses of ExecutionCallback in com.hazelcast.core |
---|
Methods in com.hazelcast.core with parameters of type ExecutionCallback | ||
---|---|---|
|
IExecutorService.submit(Callable<T> task,
ExecutionCallback<T> callback)
Submits task to a random member. |
|
void |
IExecutorService.submit(Runnable task,
ExecutionCallback callback)
Submits task to a random member. |
|
|
IExecutorService.submitToKeyOwner(Callable<T> task,
Object key,
ExecutionCallback<T> callback)
Submits task to owner of the specified key. |
|
void |
IExecutorService.submitToKeyOwner(Runnable task,
Object key,
ExecutionCallback callback)
Submits task to owner of the specified key. |
|
|
IExecutorService.submitToMember(Callable<T> task,
Member member,
ExecutionCallback<T> callback)
Submits task to the specified member. |
|
void |
IExecutorService.submitToMember(Runnable task,
Member member,
ExecutionCallback callback)
Submits task to the specified member. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |