Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurableComponent |
Modifier and Type | Interface and Description |
---|---|
interface |
ControllerService
This interface provides a mechanism for creating services that are shared
among all
Processor s, ReportingTask s, ParameterProvider s and other
ControllerService s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractControllerService |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractDocumentationWriter.getDescription(ConfigurableComponent component) |
protected List<DynamicProperty> |
AbstractDocumentationWriter.getDynamicProperties(ConfigurableComponent configurableComponent) |
protected ExtensionType |
AbstractDocumentationWriter.getExtensionType(ConfigurableComponent component) |
private InputRequirement.Requirement |
AbstractDocumentationWriter.getInputRequirement(ConfigurableComponent component) |
private List<SystemResourceConsideration> |
AbstractDocumentationWriter.getSystemResourceConsiderations(ConfigurableComponent component) |
protected List<String> |
AbstractDocumentationWriter.getTags(ConfigurableComponent component) |
void |
AbstractDocumentationWriter.initialize(ConfigurableComponent component) |
void |
ExtensionDocumentationWriter.initialize(ConfigurableComponent component)
Calls initialize on the component.
|
void |
AbstractDocumentationWriter.write(ConfigurableComponent component) |
void |
ExtensionDocumentationWriter.write(ConfigurableComponent component)
Write the documentation for the given component.
|
void |
AbstractDocumentationWriter.write(ConfigurableComponent component,
Collection<ServiceAPI> providedServices,
Map<String,ServiceAPI> propertyServices) |
void |
ExtensionDocumentationWriter.write(ConfigurableComponent component,
Collection<ServiceAPI> provideServices,
Map<String,ServiceAPI> propertyServiceAPIs)
Writes the documentation for the given component.
|
protected void |
AbstractDocumentationWriter.writeBody(ConfigurableComponent component,
Map<String,ServiceAPI> propertyServices) |
protected abstract void |
AbstractDocumentationWriter.writeFooter(ConfigurableComponent component) |
protected abstract void |
AbstractDocumentationWriter.writeHeader(ConfigurableComponent component) |
Modifier and Type | Method and Description |
---|---|
protected void |
XmlDocumentationWriter.writeFooter(ConfigurableComponent component) |
protected void |
XmlDocumentationWriter.writeHeader(ConfigurableComponent component) |
Modifier and Type | Interface and Description |
---|---|
interface |
ParameterProvider
Defines a provider that is responsible for fetching from an external source Parameters with
which a ParameterContext can be populated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterProvider |
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 |
FlowRegistryClient
Represents and external source, where flows might be stored and retrieved from.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFlowRegistryClient |
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 © 2023 Apache NiFi Project. All rights reserved.