Interface and Description |
---|
org.apache.nifi.web.NiFiWebContext |
org.apache.nifi.web.NiFiWebContextConfig |
Class and Description |
---|
org.apache.nifi.web.ProcessorConfigurationAction |
org.apache.nifi.web.ProcessorInfo |
Method and Description |
---|
org.apache.nifi.provenance.lineage.LineageNode.getClusterNodeIdentifier() |
org.apache.nifi.flowfile.FlowFile.getId()
This method has been deprecated in favor of using the attribute
CoreAttributes.UUID .
If an identifier is needed use FlowFile.getAttribute(String) to retrieve the value for this attribute.
For example, by calling getAttribute(CoreAttributes.UUID.getKey()). |
org.apache.nifi.flowfile.FlowFile.getLineageIdentifiers()
this collection was erroneously unbounded and caused a lot of OutOfMemoryError problems
when dealing with FlowFiles with many ancestors. This Collection is
now capped at 100 lineage identifiers. This method was introduced with the idea of providing
future performance improvements but due to the high cost of heap consumption will not be used
in such a manner. As a result, this method will be removed in a future release.
|
org.apache.nifi.provenance.ProvenanceEventRecord.getLineageIdentifiers()
this collection was erroneously unbounded and caused a lot of OutOfMemoryError problems
when querying Provenance Events about FlowFiles with many ancestors. This Collection is
now capped at 100 lineage identifiers. This method was introduced with the idea of providing
future performance improvements but due to the high cost of heap consumption will not be used
in such a manner. As a result, this method will be removed in a future release.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.