Class ProductMessage
java.lang.Object
gov.nasa.pds.registry.common.mq.msg.ProductMessage
A message to harvest a batch of product files
- Author:
- karpenko
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of rules to generate file references.List of PDS labels to processHarvest job ID.List of PDS label LIDVIDsPDS node name, such as "PDS_ENG".booleanOverwrite existing products in the Registry (Elasticsearch) if set to true. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
jobId
Harvest job ID. Autogenerated UUID. -
nodeName
PDS node name, such as "PDS_ENG". -
fileRefRules
List of rules to generate file references. -
overwrite
public boolean overwriteOverwrite existing products in the Registry (Elasticsearch) if set to true. -
files
List of PDS labels to process -
lidvids
List of PDS label LIDVIDs
-
-
Constructor Details
-
ProductMessage
public ProductMessage()Constructor
-