public class Engines extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Engines.TYPES |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ENGINE |
static Set<String> |
ENGINES |
static String |
ENGINES_LIST |
Constructor and Description |
---|
Engines() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isOozie(String engine)
Check whether the workflow engine is Oozie-based.
|
static boolean |
isWhiteStar(String engine)
Check whether the workflow engine is whitestar-based.
|
static boolean |
isWhiteStarParallel(String engine)
Check whether the workflow engine supports parallel operation.
|
static boolean |
supportsCancel(String engine)
Check whether the workflow engine supports cancel.
|
static boolean |
supportsRetry(String engine)
Check whether the workflow engine supports retry.
|
public static final String ENGINES_LIST
public static final String DEFAULT_ENGINE
public static boolean isOozie(String engine)
engine
- public static boolean isWhiteStar(String engine)
engine
- public static boolean isWhiteStarParallel(String engine)
engine
- public static boolean supportsCancel(String engine)
engine
- public static boolean supportsRetry(String engine)
engine
- Copyright © 2015 SeqWare. All rights reserved.