public enum PgeTaskStatus extends Enum<PgeTaskStatus>
PGETaskInstance.| Enum Constant and Description |
|---|
CONF_FILE_BUILD
The PGE is building its internal configuration file.
|
CRAWLING
The ingest crawler has been created, either a StdProductCrawler
or if
PgeTaskMetKeys.MIME_EXTRACTOR_REPO has been specified
an AutoDetectProductCrawler. |
RUNNING_PGE
The PGE is executing.
|
STAGING_INPUT
The PGE is staging its input to the job working directory.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
USE_LEGACY_STATUS_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
String |
getWorkflowStatusName() |
String |
toString() |
static PgeTaskStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PgeTaskStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PgeTaskStatus STAGING_INPUT
public static final PgeTaskStatus CONF_FILE_BUILD
public static final PgeTaskStatus RUNNING_PGE
public static final PgeTaskStatus CRAWLING
PgeTaskMetKeys.MIME_EXTRACTOR_REPO has been specified
an AutoDetectProductCrawler.public static final String USE_LEGACY_STATUS_PROPERTY
public static PgeTaskStatus[] values()
for (PgeTaskStatus c : PgeTaskStatus.values()) System.out.println(c);
public static PgeTaskStatus 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 nullpublic String getWorkflowStatusName()
public String toString()
toString in class Enum<PgeTaskStatus>Copyright © 1999–2017 Apache OODT. All rights reserved.