| Package | Description |
|---|---|
| com.github.dexecutor.core | |
| com.github.dexecutor.core.task |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResults<T,R> |
Dexecutor.execute(ExecutionConfig config)
Kicks off the execution of the nodes based on the dependency graph constructed, using
addDepen*** apis |
ExecutionResults<T,R> |
DefaultDexecutor.execute(ExecutionConfig config) |
ExecutionResults<T,R> |
DexecutorState.getExecutionResults() |
ExecutionResults<T,R> |
DefaultDexecutorState.getExecutionResults() |
ExecutionResults<T,R> |
Dexecutor.recoverExecution(ExecutionConfig config)
After a dexecutor crash, create a new instance of dexecutor and call this method for recovery
|
ExecutionResults<T,R> |
DefaultDexecutor.recoverExecution(ExecutionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResults<T,R> |
Task.getParentResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setParentResults(ExecutionResults<T,R> parentResults)
sets the parent results
|
boolean |
Task.shouldExecute(ExecutionResults<T,R> parentResults)
Defines whether or not this task should be executed
|
Copyright © 2016–2021 Dexecutor. All rights reserved.