Class JobMessage
java.lang.Object
gov.nasa.pds.registry.common.mq.msg.JobMessage
Harvest job message sent to RabbitMQ.
- Author:
- karpenko
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of directories to processList of rules to generate file references.Harvest job ID.List of manifest files (file lists) to processPDS node name, such as "PDS_ENG".booleanOverwrite existing products in the Registry (Elasticsearch) if set to true.Product class filter.Product class filter. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
jobId
Harvest job ID. Autogenerated UUID. -
nodeName
PDS node name, such as "PDS_ENG". -
dirs
List of directories to process -
manifests
List of manifest files (file lists) to process -
prodClassInclude
Product class filter. List of classes to include. -
prodClassExclude
Product class filter. List of classes to exclude. -
fileRefs
List of rules to generate file references. -
overwrite
public boolean overwriteOverwrite existing products in the Registry (Elasticsearch) if set to true.
-
-
Constructor Details
-
JobMessage
public JobMessage()
-