| Package | Description |
|---|---|
| org.apache.nifi.components | |
| org.apache.nifi.components.state | |
| org.apache.nifi.controller | |
| org.apache.nifi.processor | |
| org.apache.nifi.reporting |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurableComponent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StateProvider
Provides a mechanism by which components can store and retrieve state.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ControllerService
This interface provides a mechanism for creating services that are shared
among all
Processors, ReportingTasks, and other
ControllerServices. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractControllerService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Processor
Processor objects operate on FlowFile objects where the processors are linked
together via relationships forming a directed graph structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessor |
class |
AbstractSessionFactoryProcessor
Provides a standard partial implementation of a
Processor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReportingTask
Defines a task that is responsible for reporting status information to
external destinations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReportingTask |
Copyright © 2016 Apache NiFi Project. All rights reserved.