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, 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) |
private void |
AbstractDocumentationWriter.initialize(ConfigurableComponent component) |
void |
ExtensionDocumentationWriter.write(ConfigurableComponent component) |
void |
AbstractDocumentationWriter.write(ConfigurableComponent component) |
void |
ExtensionDocumentationWriter.write(ConfigurableComponent component,
Collection<ProvidedServiceAPI> provideServices) |
void |
AbstractDocumentationWriter.write(ConfigurableComponent component,
Collection<ProvidedServiceAPI> providedServices) |
protected void |
AbstractDocumentationWriter.writeBody(ConfigurableComponent component) |
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 |
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 © 2019 Apache NiFi Project. All rights reserved.