| Package | Description |
|---|---|
| org.apache.nifi.atlas | |
| org.apache.nifi.atlas.provenance.lineage |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,NiFiFlowPath> |
NiFiFlow.flowPaths |
| Modifier and Type | Method and Description |
|---|---|
NiFiFlowPath |
NiFiFlow.findPath(String componentId)
Find a flow_path that contains specified componentId.
|
NiFiFlowPath |
NiFiFlow.getOrCreateFlowPath(String pathId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NiFiFlowPath> |
NiFiFlow.getFlowPaths() |
| Modifier and Type | Method and Description |
|---|---|
private NiFiFlow.EntityChangeType |
NiFiFlow.getFlowPathChangeType(NiFiFlowPath path) |
private List<String> |
NiFiFlowAnalyzer.getNextProcessComponent(NiFiFlow nifiFlow,
NiFiFlowPath path,
String componentId) |
private boolean |
NiFiFlow.setChangedIOIds(NiFiFlowPath path,
org.apache.atlas.model.instance.AtlasEntity pathEntity,
boolean isInput)
Set input or output DataSet ids for a NiFiFlowPath.
|
private Tuple<NiFiFlow.EntityChangeType,org.apache.atlas.model.instance.AtlasEntity> |
NiFiFlow.toAtlasEntity(NiFiFlow.EntityChangeType changeType,
NiFiFlowPath path) |
private void |
NiFiFlowAnalyzer.traverse(NiFiFlow nifiFlow,
NiFiFlowPath path,
String componentId) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.atlas.v1.model.instance.Referenceable |
AbstractLineageStrategy.toReferenceable(NiFiFlowPath flowPath,
NiFiFlow nifiFlow) |
private org.apache.atlas.v1.model.instance.Referenceable |
AbstractLineageStrategy.toReferenceable(NiFiFlowPath flowPath,
org.apache.atlas.v1.model.instance.Referenceable flowRef,
String namespace,
String nifiUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractLineageStrategy.addDataSetRefs(NiFiFlow nifiFlow,
Set<NiFiFlowPath> flowPaths,
DataSetRefs refs) |
private void |
CompleteFlowPathLineage.createCompleteFlowPath(NiFiFlow nifiFlow,
LineagePath lineagePath,
List<Tuple<NiFiFlowPath,DataSetRefs>> createdFlowPaths)
Create a new FlowPath from a LineagePath.
|
Copyright © 2024 Apache NiFi Project. All rights reserved.