public static enum PipelineExecutorTaskManager.ExecutionMode extends Enum<PipelineExecutorTaskManager.ExecutionMode>
Enum Constant and Description |
---|
ASYNCHRONOUS |
SYNCHRONOUS |
Modifier and Type | Method and Description |
---|---|
static PipelineExecutorTaskManager.ExecutionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineExecutorTaskManager.ExecutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineExecutorTaskManager.ExecutionMode SYNCHRONOUS
public static final PipelineExecutorTaskManager.ExecutionMode ASYNCHRONOUS
public static PipelineExecutorTaskManager.ExecutionMode[] values()
for (PipelineExecutorTaskManager.ExecutionMode c : PipelineExecutorTaskManager.ExecutionMode.values()) System.out.println(c);
public static PipelineExecutorTaskManager.ExecutionMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.