Uses of Interface
com.hazelcast.core.MultiExecutionCallback

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
<T> void
ClientExecutorServiceProxy.submitToAllMembers(Callable<T> task, MultiExecutionCallback callback)
           
 void ClientExecutorServiceProxy.submitToAllMembers(Runnable command, MultiExecutionCallback callback)
           
<T> void
ClientExecutorServiceProxy.submitToMembers(Callable<T> task, Collection<Member> members, MultiExecutionCallback callback)
           
<T> void
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
<T> void
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.
<T> void
IExecutorService.submitToMembers(Callable<T> task, Collection<Member> members, MultiExecutionCallback callback)
          Submits a 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 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
<T> void
ExecutorServiceProxy.submitToAllMembers(Callable<T> task, MultiExecutionCallback callback)
           
 void ExecutorServiceProxy.submitToAllMembers(Runnable task, MultiExecutionCallback callback)
           
<T> void
ExecutorServiceProxy.submitToMembers(Callable<T> task, Collection<Member> members, MultiExecutionCallback callback)
           
<T> void
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)
           
 



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