| Package | Description |
|---|---|
| com.github.dexecutor.core |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDexecutorState<T extends Comparable<T>,R> |
| Modifier and Type | Method and Description |
|---|---|
DexecutorState<T,R> |
DexecutorConfig.getDexecutorState() |
| Modifier and Type | Method and Description |
|---|---|
void |
DexecutorConfig.setDexecutorState(DexecutorState<T,R> dexecutorState) |
| Constructor and Description |
|---|
DefaultExecutionEngine(DexecutorState<T,R> state,
ExecutorService executorService)
Creates the default instance given @ExecutorService, internally it uses @CompletionService
|
Copyright © 2016 Dexecutor. All rights reserved.