Package | Description |
---|---|
org.apache.nifi.components | |
org.apache.nifi.controller | |
org.apache.nifi.controller.queue | |
org.apache.nifi.processor | |
org.apache.nifi.provenance |
Class and Description |
---|
DataUnit |
Class and Description |
---|
ProcessContext
Provides a bridge between a Processor and the NiFi Framework
|
ProcessSessionFactory
Factory for creating a
ProcessSession |
Class and Description |
---|
FlowFileFilter
FlowFileFilter provides a mechanism for selectively choosing which FlowFiles
to obtain from a Processor's incoming connections.
|
Class and Description |
---|
AbstractSessionFactoryProcessor
Provides a standard partial implementation of a
Processor . |
DataUnit |
FlowFileFilter
FlowFileFilter provides a mechanism for selectively choosing which FlowFiles
to obtain from a Processor's incoming connections.
|
FlowFileFilter.FlowFileFilterResult
Provides a result type to indicate whether or not a FlowFile should be
selected
|
ProcessContext
Provides a bridge between a Processor and the NiFi Framework
|
Processor
Processor objects operate on FlowFile objects where the processors are linked
together via relationships forming a directed graph structure.
|
ProcessorInitializationContext
The
ProcessorInitializationContext provides
Processor s access to objects that may be of
use throughout the life of the Processor. |
ProcessSession
A process session encompasses all the behaviors a processor can perform to
obtain, clone, read, modify remove FlowFiles in an atomic unit.
|
ProcessSessionFactory
Factory for creating a
ProcessSession |
Relationship
An immutable object for holding information about a type of relationship.
|
Relationship.Builder |
Class and Description |
---|
Relationship
An immutable object for holding information about a type of relationship.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.