Uses of Interface
com.hazelcast.core.MultiExecutionCallback

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
<T> void
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.
<T> void
IExecutorService.submitToMembers(Callable<T> task, Collection<Member> members, MultiExecutionCallback callback)
          Submits task to the specified members.
<T> void
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.
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.