public static enum ParsedJDLInfo.KnownKeys extends Enum<ParsedJDLInfo.KnownKeys>
WorkflowJDLAdaptor| Enum Constant and Description |
|---|
Arguments
The Arguments to be supplied to the executable.
|
ConnectionMode
The Connection mode that the
WorkflowJDLAdaptor should use. |
Dependencies
The Dependencies that formulate the DAG
|
Description
The Description of a DAG node job
|
Environment
The Environment this job requires.
|
Executable
The Executable of a single job.
|
InputSandbox
The Input sandbox of the job.
|
JobType
The Job type.
|
Max_Running_Nodes
The Max_ running_ nodes in a DAG.
|
Nodes
The Nodes collection of a DAG
|
NodesCollocation
Whether the nodes should be collocated in case of a DAG
|
OutputSandbox
The Output sandbox of the job.
|
ParsingMode
The Parsing mode that the
WorkflowJDLAdaptor should use
while constructing the plan. |
Rank
The Rank function to use on class ads
|
Requirements
The Requirements function to use on class ads
|
RetryCount
The Retry count of the job.
|
RetryInterval
The Retry interval of the job.
|
ShallowRetryCount
The Shallow retry count of the job.
|
StdError
The StdErr of the executable.
|
StdInput
The StdIn to be supplied to the executable.
|
StdOutput
The StdOut of the executable.
|
Type
The Type of the JDL.
|
| Modifier and Type | Method and Description |
|---|---|
static ParsedJDLInfo.KnownKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsedJDLInfo.KnownKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsedJDLInfo.KnownKeys Type
ParsedJDLInfo.JobDescriptionTypepublic static final ParsedJDLInfo.KnownKeys JobType
ParsedJDLInfo.JobTypepublic static final ParsedJDLInfo.KnownKeys Executable
public static final ParsedJDLInfo.KnownKeys Arguments
public static final ParsedJDLInfo.KnownKeys StdInput
public static final ParsedJDLInfo.KnownKeys StdOutput
public static final ParsedJDLInfo.KnownKeys StdError
public static final ParsedJDLInfo.KnownKeys InputSandbox
public static final ParsedJDLInfo.KnownKeys OutputSandbox
public static final ParsedJDLInfo.KnownKeys Environment
public static final ParsedJDLInfo.KnownKeys RetryCount
public static final ParsedJDLInfo.KnownKeys RetryInterval
public static final ParsedJDLInfo.KnownKeys ShallowRetryCount
public static final ParsedJDLInfo.KnownKeys NodesCollocation
public static final ParsedJDLInfo.KnownKeys Rank
public static final ParsedJDLInfo.KnownKeys Requirements
public static final ParsedJDLInfo.KnownKeys Nodes
public static final ParsedJDLInfo.KnownKeys Dependencies
public static final ParsedJDLInfo.KnownKeys Description
public static final ParsedJDLInfo.KnownKeys Max_Running_Nodes
public static final ParsedJDLInfo.KnownKeys ParsingMode
WorkflowJDLAdaptor should use
while constructing the plan. This can be one of the values defined in
ParsedJDLInfo.ParsingModeType.public static final ParsedJDLInfo.KnownKeys ConnectionMode
WorkflowJDLAdaptor should use.
while constructing the plan. This can be one of the values defined in
PlanConfig.ConnectionMode.public static ParsedJDLInfo.KnownKeys[] values()
for (ParsedJDLInfo.KnownKeys c : ParsedJDLInfo.KnownKeys.values()) System.out.println(c);
public static ParsedJDLInfo.KnownKeys 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 © 2015. All Rights Reserved.