MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / setLineageIdentifiers

Method setLineageIdentifiers

libminifi/include/core/FlowFile.h:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 void setLineageStartDate(const uint64_t date);
126
127 void setLineageIdentifiers(const std::vector<utils::Identifier>& lineage_Identifiers) {
128 lineage_Identifiers_ = lineage_Identifiers;
129 }
130 /**
131 * Obtains an attribute if it exists. If it does the value is
132 * copied into value

Callers 2

createMethod · 0.80
cloneDuringTransferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected