![]() | IExecutorService Methods |
The IExecutorService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Destroy | Destroys this object cluster-wide. (Inherited from IDistributedObject.) |
![]() | ExecuteOnAllMembers | Executes task on all of known cluster members |
![]() | ExecuteOnKeyOwner | Executes task on owner of the specified key |
![]() | ExecuteOnMember | Executes task on the specified member |
![]() | ExecuteOnMembers | Executes task on each of the specified members |
![]() | GetName | Returns the unique name for this IDistributedObject. (Inherited from IDistributedObject.) |
![]() | GetPartitionKey | Returns the key of partition this IDistributedObject is assigned to. (Inherited from IDistributedObject.) |
![]() | GetServiceName | Returns the service name for this object. (Inherited from IDistributedObject.) |
![]() | Submit<T>(Callable<T>, IExecutionCallback<T>) | Submits task to a random member. |
![]() | Submit<T>(Runnable, IExecutionCallback<T>) | Submits task to a random member. |
![]() | SubmitToAllMembers(Runnable, IMultiExecutionCallback) | Submits task to the all cluster members. |
![]() | SubmitToAllMembers<T>(Callable<T>) |
Submits task to all cluster members and returns
map of IMember-Future pairs representing pending completion of the task on each member
|
![]() | SubmitToAllMembers<T>(Callable<T>, IMultiExecutionCallback) | Submits task to the all cluster members. |
![]() | SubmitToKeyOwner<T>(Callable<T>, Object) |
Submits task to owner of the specified key and returns a Future
representing that task.
|
![]() | SubmitToKeyOwner<T>(Callable<T>, Object, IExecutionCallback<T>) | Submits task to owner of the specified key. |
![]() | SubmitToKeyOwner<T>(Runnable, Object, IExecutionCallback<T>) | Submits task to owner of the specified key. |
![]() | SubmitToMember<T>(Callable<T>, IMember) |
Submits task to specified member and returns a Future
representing that task.
|
![]() | SubmitToMember<T>(Callable<T>, IMember, IExecutionCallback<T>) | Submits task to the specified member. |
![]() | SubmitToMember<T>(Runnable, IMember, IExecutionCallback<T>) | Submits task to the specified member. |
![]() | SubmitToMembers(Runnable, ICollection<IMember>, IMultiExecutionCallback) | Submits task to the specified members. |
![]() | SubmitToMembers<T>(Callable<T>, ICollection<IMember>) |
Submits task to given members and returns
map of IMember-Future pairs representing pending completion of the task on each member
|
![]() | SubmitToMembers<T>(Callable<T>, ICollection<IMember>, IMultiExecutionCallback) | Submits task to the specified members. |