Interface IExecutorService

All Superinterfaces:
DistributedObject, Executor, ExecutorService

public interface IExecutorService
extends ExecutorService, DistributedObject
Distributed implementation of ExecutorService. IExecutorService provides additional methods like executing tasks on a specific member, on a member who is owner of a specific key, executing a tasks on multiple members and listening execution result using a callback. Supports split brain protection SplitBrainProtectionConfig since 3.10 in cluster versions 3.10 and higher.
See Also:
ExecutorService, ExecutionCallback, MultiExecutionCallback