| Package | Description |
|---|---|
| com.github.dexecutor.core |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionConfig |
ExecutionConfig.NON_TERMINATING |
static ExecutionConfig |
ExecutionConfig.TERMINATING |
| Modifier and Type | Method and Description |
|---|---|
ExecutionConfig |
ExecutionConfig.immediateRetrying(int count) |
ExecutionConfig |
ExecutionConfig.nonTerminating() |
ExecutionConfig |
ExecutionConfig.scheduledRetrying(int count,
Duration delay) |
ExecutionConfig |
ExecutionConfig.terminating() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dexecutor.execute(ExecutionConfig config)
Kicks off the execution of the nodes based on the dependency graph constructed, using
addDepen*** apis |
void |
DefaultDexecutor.execute(ExecutionConfig config) |
void |
Dexecutor.recoverExecution(ExecutionConfig config)
After a dexecutor crash, create a new instance of dexecutor and call this method for recovery
|
void |
DefaultDexecutor.recoverExecution(ExecutionConfig config) |
Copyright © 2016 Dexecutor. All rights reserved.