SAME_THREAD
, CONCURRENT
Modifier and Type | Field and Description |
---|---|
public static final ExecutionMode | CONCURRENT
Allow concurrent execution with any other node. |
public static final ExecutionMode | SAME_THREAD
Force execution in same thread as the parent node. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static ExecutionMode | |
public static ExecutionMode[] |
CONCURRENT | back to summary |
---|---|
public static final ExecutionMode CONCURRENT Allow concurrent execution with any other node.
|
SAME_THREAD | back to summary |
---|---|
public static final ExecutionMode SAME_THREAD Force execution in same thread as the parent node.
|
ExecutionMode | back to summary |
---|---|
private ExecutionMode() |
valueOf | back to summary |
---|---|
public static ExecutionMode valueOf(String name) |
values | back to summary |
---|---|
public static ExecutionMode[] values() |