ExecutorService and provides additional methods like
 executing tasks on a member who is owner of a specific key.See: Description
| Interface | Description | 
|---|---|
| DurableExecutorService | Durable implementation of  ExecutorService. | 
| DurableExecutorServiceFuture<V> | A Future where one can obtain the task id for tracking the response | 
| Exception | Description | 
|---|---|
| StaleTaskIdException | An  RuntimeExceptionthat is thrown when retrieving the result of a task viaDurableExecutorServiceif the
 result of the task is overwritten. | 
This package contains DurableExecutorService functionality for Hazelcast.
 The DurableExecutorService extends the ExecutorService and provides additional methods like
 executing tasks on a member who is owner of a specific key. DurableExecutorService also provides a way to retrieve the result
 of an execution with the given taskId.
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.