Package | Description |
---|---|
com.github.dexecutor.core | |
com.github.dexecutor.core.task |
Modifier and Type | Method and Description |
---|---|
static DependentTasksExecutor.ExecutionBehavior |
DependentTasksExecutor.ExecutionBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependentTasksExecutor.ExecutionBehavior[] |
DependentTasksExecutor.ExecutionBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DependentTasksExecutor.execute(DependentTasksExecutor.ExecutionBehavior behavior)
Kicks off the execution of the nodes based on the dependency graph constructed, using
addDepen*** apis |
void |
DefaultDependentTasksExecutor.execute(DependentTasksExecutor.ExecutionBehavior behavior) |
Modifier and Type | Method and Description |
---|---|
DependentTasksExecutor.ExecutionBehavior |
Task.getExecutionBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
Task.setExecutionBehavior(DependentTasksExecutor.ExecutionBehavior executionBehavior) |
Copyright © 2016 Dexecutor. All rights reserved.