public enum PgeTaskMetKeys extends Enum<PgeTaskMetKeys>
Enum Constant and Description |
---|
ACTION_IDS
The IDs of the
CrawlerAction s in the to run. |
ATTEMPT_INGEST_ALL
If set to true then will attempt to ingest all Product's even if one
fails.
|
CONFIG_FILE_PATH
Path to CAS-PGE's configuration file.
|
CRAWLER_CONFIG_FILE
Path to Crawler Spring XML config file.
|
CRAWLER_CRAWL_FOR_DIRS
If set to true the crawler will crawl for directories instead of files.
|
CRAWLER_RECUR
If set to true the crawler will perform a deep crawl for files.
|
DUMP_METADATA
List of
ConfigFilePropertyAdder s classpaths to be run. |
FILE_STAGER
FileStager s classpath. |
INGEST_CLIENT_TRANSFER_SERVICE_FACTORY
The
DataTransferFactory used for product ingestion. |
INGEST_FILE_MANAGER_URL
CAS File Manager URL used for product ingestion.
|
LOG_FILENAME_PATTERN
The java logger
FileHandler pattern (only for filename though). |
MET_FILE_EXT
Identifies the metadata file name extension to use when CAS-PGE
is running in legacy mode and generating metadata files for the
StdProductCrawler.
|
MIME_EXTRACTOR_REPO
Path to AutoDetectProductCrawler's MimeExtractorRepo XML config.
|
NAME
PGE Name used to create the execution script file name and name the Java Logger.
|
PGE_CONFIG_BUILDER
CAS-PGE's ConfigBuilder classpath.
|
PGE_RUNTIME
Set by CAS-PGE to the number of milliseconds it took CAS-PGE to run.
|
PROPERTY_ADDERS
List of
ConfigFilePropertyAdder s classpaths to be run. |
QUERY_CLIENT_TRANSFER_SERVICE_FACTORY
The
DataTransferFactory used for product staging. |
QUERY_FILE_MANAGER_URL
CAS File Manager URL used for queries.
|
REQUIRED_METADATA
List of metadata keys required for Product ingest.
|
WORKFLOW_MANAGER_URL
CAS Workflow Manager URL to which CAS-PGE should update it's status
and metadata.
|
Modifier and Type | Field and Description |
---|---|
static String |
USE_LEGACY_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static PgeTaskMetKeys |
getByName(String name) |
String |
getName() |
boolean |
isVector() |
String |
toString() |
static PgeTaskMetKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PgeTaskMetKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PgeTaskMetKeys NAME
public static final PgeTaskMetKeys CONFIG_FILE_PATH
public static final PgeTaskMetKeys PGE_CONFIG_BUILDER
public static final PgeTaskMetKeys LOG_FILENAME_PATTERN
FileHandler
pattern (only for filename though).public static final PgeTaskMetKeys PROPERTY_ADDERS
ConfigFilePropertyAdder
s classpaths to be run.public static final PgeTaskMetKeys FILE_STAGER
FileStager
s classpath.public static final PgeTaskMetKeys DUMP_METADATA
ConfigFilePropertyAdder
s classpaths to be run.public static final PgeTaskMetKeys PGE_RUNTIME
public static final PgeTaskMetKeys WORKFLOW_MANAGER_URL
public static final PgeTaskMetKeys QUERY_FILE_MANAGER_URL
public static final PgeTaskMetKeys INGEST_FILE_MANAGER_URL
public static final PgeTaskMetKeys QUERY_CLIENT_TRANSFER_SERVICE_FACTORY
DataTransferFactory
used for product staging.public static final PgeTaskMetKeys INGEST_CLIENT_TRANSFER_SERVICE_FACTORY
DataTransferFactory
used for product ingestion.public static final PgeTaskMetKeys CRAWLER_CONFIG_FILE
public static final PgeTaskMetKeys ACTION_IDS
CrawlerAction
s in the to run.public static final PgeTaskMetKeys CRAWLER_CRAWL_FOR_DIRS
public static final PgeTaskMetKeys CRAWLER_RECUR
public static final PgeTaskMetKeys MIME_EXTRACTOR_REPO
public static final PgeTaskMetKeys REQUIRED_METADATA
public static final PgeTaskMetKeys ATTEMPT_INGEST_ALL
public static final PgeTaskMetKeys MET_FILE_EXT
public static final String USE_LEGACY_PROPERTY
public static PgeTaskMetKeys[] values()
for (PgeTaskMetKeys c : PgeTaskMetKeys.values()) System.out.println(c);
public static PgeTaskMetKeys 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 getName()
public boolean isVector()
public static PgeTaskMetKeys getByName(String name)
public String toString()
toString
in class Enum<PgeTaskMetKeys>
Copyright © 1999–2017 Apache OODT. All rights reserved.