Uses of Package
org.apache.nifi.processor
Packages that use org.apache.nifi.processor
Package
Description
-
Classes in org.apache.nifi.processor used by org.apache.nifi.components
-
Classes in org.apache.nifi.processor used by org.apache.nifi.documentationClassDescriptionProcessor objects operate on FlowFile objects where the processors are linked together via relationships forming a directed graph structure.An immutable object for holding information about a type of relationship.
-
Classes in org.apache.nifi.processor used by org.apache.nifi.documentation.initClassDescriptionThe
ProcessorInitializationContext
providesProcessor
s access to objects that may be of use throughout the life of the Processor. -
Classes in org.apache.nifi.processor used by org.apache.nifi.documentation.xmlClassDescriptionAn immutable object for holding information about a type of relationship.
-
Classes in org.apache.nifi.processor used by org.apache.nifi.migrationClassDescriptionAn immutable object for holding information about a type of relationship.
-
Classes in org.apache.nifi.processor used by org.apache.nifi.processorClassDescriptionProvides a standard partial implementation of a
Processor
.FlowFileFilter provides a mechanism for selectively choosing which FlowFiles to obtain from a Processor's incoming connections.Provides a result type to indicate whether or not a FlowFile should be selectedProvides a bridge between a Processor and the NiFi FrameworkProcessor objects operate on FlowFile objects where the processors are linked together via relationships forming a directed graph structure.TheProcessorInitializationContext
providesProcessor
s access to objects that may be of use throughout the life of the Processor.A process session encompasses all the behaviors a processor can perform to obtain, clone, read, modify remove FlowFiles in an atomic unit.Factory for creating aProcessSession
An immutable object for holding information about a type of relationship. -
Classes in org.apache.nifi.processor used by org.apache.nifi.provenanceClassDescriptionAn immutable object for holding information about a type of relationship.